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:
parent
ffa4badbd8
commit
06850baefa
|
@ -877,7 +877,7 @@ Turkey (``tr``)
|
||||||
* The number consist of 11 digits.
|
* The number consist of 11 digits.
|
||||||
* The first digit cannot be 0.
|
* The first digit cannot be 0.
|
||||||
* (sum(1st, 3rd, 5th, 7th, 9th)*7 - sum(2nd,4th,6th,8th)) % 10) must be
|
* (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.
|
* (sum(1st to 10th) % 10) must be equal to the 11th digit.
|
||||||
|
|
||||||
.. class:: tr.forms.TRProvinceSelect
|
.. class:: tr.forms.TRProvinceSelect
|
||||||
|
|
Loading…
Reference in New Issue