Commit 8e6803f7 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Typo fix for localflavor documentation

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1a3fd10a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -436,17 +436,17 @@ Norway (``no``)
Peru (``pe``)
=============

.. class:: pt.forms.PEDNIField
.. class:: pe.forms.PEDNIField

    A form field that validates input as a DNI (Peruvian national identity)
    number.

.. class:: pt.forms.PERUCField
.. class:: pe.forms.PERUCField

    A form field that validates input as an RUC (Registro Unico de
    Contribuyentes) number. Valid RUC numbers have 11 digits.

.. class:: pt.forms.PEDepartmentSelect
.. class:: pe.forms.PEDepartmentSelect

    A ``Select`` widget that uses a list of Peruvian Departments as its choices.