summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-25 20:26:32 +0000
committerTimo Graham <timograham@gmail.com>2010-12-25 20:26:32 +0000
commitc4b8366884c258ca2efabc9cea7cfa3af4e22f82 (patch)
treef25bb215e2ba67ef4467d6d2b2d0968046f07dd2
parent9ad2ef338de10e2d96cb361c7f1162df2db2066c (diff)
Fixed #14956 - typo in messages docs. thanks alexarsh for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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