#10025 closed (fixed)
Docstring typo in django.contrib.auth.tokens
Reported by: | Joey Wilhelm | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Very minor, but line 7 of django.contrib.auth.tokens begins with:
"Stratgy object..."
Obviously a typo for "Strategy".
Attachments (1)
Change History (8)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 1.0 |
Want to provide a patch, Tarken?
comment:3 by , 16 years ago
Component: | Authentication → Documentation |
---|
by , 16 years ago
Attachment: | 10025.diff added |
---|
comment:4 by , 16 years ago
Has patch: | set |
---|
There ya go. I hadn't bothered before, as it's such a trivial fix.
This patch is against the 1.0.X branch, but should apply cleanly to trunk as well.
comment:5 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
I just notice, line 21 also contains a typo:
# Parse the tokem
Should read:
# Parse the token