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
This commit is contained in:
parent
5a8e40a03f
commit
5ee1d5ee31
|
@ -451,7 +451,7 @@ Indonesia (``id``)
|
||||||
Israel (``il``)
|
Israel (``il``)
|
||||||
===============
|
===============
|
||||||
|
|
||||||
.. class: il.forms.ILPostalCodeField
|
.. class:: il.forms.ILPostalCodeField
|
||||||
|
|
||||||
A form field that validates its input as an Israeli five-digit postal code.
|
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`_.
|
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
|
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
|
1-8 digit ID number followed by a single checksum digit, calculated using
|
||||||
algorithm.`_.
|
the `Luhn algorithm`_.
|
||||||
|
|
||||||
Input may contain an optional hyphen separating the ID number from the checksum
|
Input may contain an optional hyphen separating the ID number from the checksum
|
||||||
digit.
|
digit.
|
||||||
|
|
Loading…
Reference in New Issue