diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-04-09 02:24:13 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-04-09 02:24:13 +0000 |
| commit | 03d3d9f923967bb3003de164130f37de76a297e2 (patch) | |
| tree | 086157d08e45d33dec7a4abec3efd8a0ef458ee4 | |
| parent | 421be9fb2a4dd1f13023adb33a79f1bdd595d9bc (diff) | |
Corrected docstring comment for list of states in Brazilian localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/localflavor/br/br_states.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/django/contrib/localflavor/br/br_states.py b/django/contrib/localflavor/br/br_states.py index c6ce0a1bb7..98e54bca2c 100644 --- a/django/contrib/localflavor/br/br_states.py +++ b/django/contrib/localflavor/br/br_states.py @@ -1,11 +1,9 @@ # -*- coding: utf-8 -*- """ -A brazilian mapping of state misspellings/abbreviations to normalized -abbreviations, and an alphabetical list of states for use as `choices -in a formfield. +An alphabetical list of Brazilian states for use as `choices` in a formfield. -This exists in this standalone file so that it's only imported into -memory when explicitly needed. +This exists in this standalone file so that it's only imported into memory +when explicitly needed. """ STATE_CHOICES = ( |
