Skip to content

Commit

Permalink
us: forms: Typo (leter => letter) (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalgs authored and benkonrath committed Mar 6, 2017
1 parent 27454bd commit d1f9d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localflavor/us/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class USStateField(Field):
A form field that validates its input is a U.S. state, territory, or COFA territory.
The input is validated against a dictionary which includes names and abbreviations.
It normalizes the input to the standard two-leter postal service
It normalizes the input to the standard two-letter postal service
abbreviation for the given state.
"""

Expand Down

0 comments on commit d1f9d15

Please sign in to comment.