mirror of
				https://github.com/django/django.git
				synced 2025-10-31 07:57:51 +03:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									421be9fb2a
								
							
						
					
					
						commit
						03d3d9f923
					
				|  | @ -1,11 +1,9 @@ | ||||||
| # -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | ||||||
| """ | """ | ||||||
| A brazilian mapping of state misspellings/abbreviations to normalized | An alphabetical list of Brazilian states for use as `choices` in a formfield. | ||||||
| abbreviations, and an alphabetical list of states for use as `choices |  | ||||||
| in a formfield. |  | ||||||
| 
 | 
 | ||||||
| This exists in this standalone file so that it's only imported into | This exists in this standalone file so that it's only imported into memory | ||||||
| memory when explicitly needed. | when explicitly needed. | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
| STATE_CHOICES = ( | STATE_CHOICES = ( | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user