Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14956 closed (fixed)

typo in messages documentation

Reported by: alexarsh Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords: messages typo
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is a typo In the messages documentation on the page: http://docs.djangoproject.com/en/dev/ref/contrib/messages/ in the "Storage backends" paragraph.
The word "to" is written twice.

Expected result:
This class extends FallbackStorage and adds compatibility methods to retrieve any messages stored in the user Message model by code that has not yet been updated to use the new API.

Actual result:
This class extends FallbackStorage and adds compatibility methods to to retrieve any messages stored in the user Message model by code that has not yet been updated to use the new API.

Change History (3)

comment:1 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15049]) Fixed #14956 - typo in messages docs. thanks alexarsh for the report.

comment:2 by Tim Graham, 13 years ago

(In [15050]) [1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report.

Backport of r15049 from trunk.

comment:3 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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