Kaydet (Commit) c862e43f authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Negligible spacing change to core/template/loader.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 63e7f205
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment