Author: DrMeers Date: 2010-12-05 18:01:52 -0600 (Sun, 05 Dec 2010) New Revision: 14839
Modified: django/trunk/docs/ref/contrib/localflavor.txt Log: Fixed syntax error in ref/contrib/localflavor. Modified: django/trunk/docs/ref/contrib/localflavor.txt =================================================================== --- django/trunk/docs/ref/contrib/localflavor.txt 2010-12-05 23:53:59 UTC (rev 14838) +++ django/trunk/docs/ref/contrib/localflavor.txt 2010-12-06 00:01:52 UTC (rev 14839) @@ -877,7 +877,7 @@ * 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 -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.