mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed typo in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -195,9 +195,9 @@ expects some level of code competence in template authors. | ||||
| Treat whitespace obviously | ||||
| -------------------------- | ||||
|  | ||||
| The template system do magic things with whitespace. If a template includes | ||||
| whitespace, the system should treat the whitespace as it treats text -- just | ||||
| display it. | ||||
| The template system shouldn't do magic things with whitespace. If a template | ||||
| includes whitespace, the system should treat the whitespace as it treats text | ||||
| -- just display it. | ||||
|  | ||||
| Don't invent a programming language | ||||
| ----------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user