summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2010-12-06 00:01:52 +0000
committerSimon Meers <simon@simonmeers.com>2010-12-06 00:01:52 +0000
commit06850baefa4987faedd543155ad3538f103c4d9e (patch)
tree9a320be60a570f651f98e0ea8e50e9b9c3de6593
parentffa4badbd89412e28323e89ea7980c6b5f4bc5a3 (diff)
Fixed syntax error in ref/contrib/localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/localflavor.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt
index bc5878f935..aabc98c711 100644
--- a/docs/ref/contrib/localflavor.txt
+++ b/docs/ref/contrib/localflavor.txt
@@ -877,7 +877,7 @@ Turkey (``tr``)
* The number consist of 11 digits.
* The first digit cannot be 0.
* (sum(1st, 3rd, 5th, 7th, 9th)*7 - sum(2nd,4th,6th,8th)) % 10) must be
- equal to the 10th digit.
+ equal to the 10th digit.
* (sum(1st to 10th) % 10) must be equal to the 11th digit.
.. class:: tr.forms.TRProvinceSelect