#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 , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [15049]) Fixed #14956 - typo in messages docs. thanks alexarsh for the report.