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:
Adrian Holovaty 2006-04-12 03:29:41 +00:00
parent 63e7f20595
commit c862e43f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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.