Opened 18 years ago
Closed 18 years ago
#6753 closed (fixed)
minor typo in authentication
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
in http://www.djangoproject.com/documentation/authentication/#methods
part of the first code snippet reads
myuser.user_permissions.remove(permission, permission, ...]
but should read:
myuser.user_permissions.remove(permission, permission, ...)
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | 6753.docs.authentication.diff added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Cleaned up "method" example section