Commit 5ee1d5ee authored by Alex Gaynor's avatar Alex Gaynor
Browse files

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
parent 5a8e40a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.