mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +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 | Treat whitespace obviously | ||||||
| -------------------------- | -------------------------- | ||||||
|  |  | ||||||
| The template system do magic things with whitespace. If a template includes | The template system shouldn't do magic things with whitespace. If a template | ||||||
| whitespace, the system should treat the whitespace as it treats text -- just | includes whitespace, the system should treat the whitespace as it treats text | ||||||
| display it. | -- just display it. | ||||||
|  |  | ||||||
| Don't invent a programming language | Don't invent a programming language | ||||||
| ----------------------------------- | ----------------------------------- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user