mirror of
https://github.com/django/django.git
synced 2025-10-03 15:24:43 +00:00
Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5eece23296
commit
25f0ff48ac
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ u''
|
||||||
## AUPhoneNumberField ########################################################
|
## AUPhoneNumberField ########################################################
|
||||||
|
|
||||||
A field that accepts a 10 digit Australian phone number.
|
A field that accepts a 10 digit Australian phone number.
|
||||||
llows spaces and parentheses around area code.
|
Allows spaces and parentheses around area code.
|
||||||
|
|
||||||
>>> from django.contrib.localflavor.au.forms import AUPhoneNumberField
|
>>> from django.contrib.localflavor.au.forms import AUPhoneNumberField
|
||||||
>>> f = AUPhoneNumberField()
|
>>> f = AUPhoneNumberField()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue