summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-15 22:36:43 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-15 22:36:43 +0000
commitc079d52fe741126a817a92eb152bc12bf95c69b0 (patch)
treefd12b50c67f4389dd30776e240442e0a02d1d4b6 /docs
parentc3a489d8178a953fcc25bea6fd8a571fdb543978 (diff)
Small wording fix in docs/i18n.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/i18n.txt b/docs/i18n.txt
index 25191e9402..cffc58011e 100644
--- a/docs/i18n.txt
+++ b/docs/i18n.txt
@@ -710,7 +710,7 @@ language choice in a ``django_language`` cookie.
After setting the language choice, Django redirects the user, following this
algorithm:
- * Django looks for a ``next`` parameter in ``POST`` request.
+ * Django looks for a ``next`` parameter in the ``POST`` data.
* If that doesn't exist, or is empty, Django tries the URL in the
``Referrer`` header.
* If that's empty -- say, if a user's browser suppresses that header --