From 06850baefa4987faedd543155ad3538f103c4d9e Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Mon, 6 Dec 2010 00:01:52 +0000 Subject: [PATCH] Fixed syntax error in ref/contrib/localflavor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14839 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/localflavor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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