Fixed #8516: Corrected typos in UK localflavor documentation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-08-30 05:32:28 +00:00
parent 2c1166e66d
commit 3fc6b10a0e
1 changed files with 2 additions and 2 deletions

View File

@ -606,11 +606,11 @@ United Kingdom (``uk``)
expression used is sourced from the schema for British Standard BS7666
address types at http://www.govtalk.gov.uk/gdsc/schemas/bs7666-v2-0.xsd.
.. class:: ch.forms.UKCountySelect
.. class:: uk.forms.UKCountySelect
A ``Select`` widget that uses a list of UK counties/regions as its choices.
.. class:: ch.forms.UKNationSelect
.. class:: uk.forms.UKNationSelect
A ``Select`` widget that uses a list of UK nations as its choices.