From 5ee1d5ee31bfacae2237818c0fe20c567a052381 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 15 Oct 2010 03:15:15 +0000 Subject: [PATCH] Fixed some typos in the documentation that snuck in with [14223]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14224 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/localflavor.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index b2515e4fd7..28be1e5703 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -451,7 +451,7 @@ Indonesia (``id``) Israel (``il``) =============== -.. class: il.forms.ILPostalCodeField +.. class:: il.forms.ILPostalCodeField A form field that validates its input as an Israeli five-digit postal code. @@ -459,8 +459,8 @@ Israel (``il``) A form field that validates its input as an `Israeli identification number`_. The output will be in the format of a 2-9 digit number, consisting of a - 1-8 digit ID number followed by a single checksum digit, calculated using the `Luhn - algorithm.`_. + 1-8 digit ID number followed by a single checksum digit, calculated using + the `Luhn algorithm`_. Input may contain an optional hyphen separating the ID number from the checksum digit.