Fixed syntax error in ref/contrib/localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Simon Meers 2010-12-06 00:01:52 +00:00
parent ffa4badbd8
commit 06850baefa
1 changed files with 1 additions and 1 deletions

View File

@ -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