Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

10025.diff (747 bytes ) - added by Joey Wilhelm 15 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Joey Wilhelm, 15 years ago

I just notice, line 21 also contains a typo:
# Parse the tokem
Should read:
# Parse the token

comment:2 by Chris Beaven, 15 years ago

Triage Stage: UnreviewedAccepted
Version: 1.0

Want to provide a patch, Tarken?

comment:3 by Chris Beaven, 15 years ago

Component: AuthenticationDocumentation

by Joey Wilhelm, 15 years ago

Attachment: 10025.diff added

comment:4 by Joey Wilhelm, 15 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 Chris Beaven, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [9861]) Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to Tarken for the report.

comment:7 by Russell Keith-Magee, 15 years ago

(In [9871]) [1.0.X] Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to Tarken for the report.

Merge of r9861 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top