1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

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
This commit is contained in:
Jannis Leidel 2010-01-01 21:44:48 +00:00
parent 1a3fd10a34
commit 8e6803f733

View File

@ -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.