mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +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:
parent
63e7f20595
commit
c862e43f7f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue