diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-15 03:15:15 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-15 03:15:15 +0000 |
| commit | 5ee1d5ee31bfacae2237818c0fe20c567a052381 (patch) | |
| tree | c6e092c309c8b94d54753e4e0d843da28c17ccda /docs | |
| parent | 5a8e40a03fd03f3ab88fb21845dd704833f3f133 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 6 |
1 files 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. |
