summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-25 20:27:21 +0000
committerTimo Graham <timograham@gmail.com>2010-12-25 20:27:21 +0000
commitba7a1518040cb10c803c73564049a6817f0130d8 (patch)
tree1f1130546bf78d7386994326e2a7d493f81ac757 /docs
parentb168c1b1f9f1b4933bdad8fcfda1833775f68065 (diff)
[1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report.
Backport of r15049 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/messages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt
index 3081f2718d..ca341f5a9d 100644
--- a/docs/ref/contrib/messages.txt
+++ b/docs/ref/contrib/messages.txt
@@ -86,7 +86,7 @@ Four storage classes are included:
``'django.contrib.messages.storage.user_messages.LegacyFallbackStorage'``
This is the default temporary storage class.
- This class extends FallbackStorage and adds compatibility methods to
+ 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. This storage is temporary
(because it makes use of code that is pending deprecation) and will be