mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Merge pull request #1321 from bfirsh/semicolon-colon-docs
Fix "semicolon" in form docs
This commit is contained in:
		| @@ -321,7 +321,7 @@ attributes, which can be useful in your templates: | ||||
|     .. versionchanged:: 1.6 | ||||
|  | ||||
|         This includes the form's :attr:`~django.forms.Form.label_suffix`. For | ||||
|         example, the default ``label_suffix`` is a semicolon:: | ||||
|         example, the default ``label_suffix`` is a colon:: | ||||
|  | ||||
|             <label for="id_email">Email address:</label> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user