mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Negligible spacing change to core/template/loader.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -78,7 +78,7 @@ def get_template(template_name): | ||||
|     """ | ||||
|     return get_template_from_string(*find_template_source(template_name)) | ||||
|  | ||||
| def get_template_from_string(source, origin=None ): | ||||
| def get_template_from_string(source, origin=None): | ||||
|     """ | ||||
|     Returns a compiled Template object for the given template code, | ||||
|     handling template inheritance recursively. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user