Unify the uses of "sourcecode" vs "source code".

Use "source code", which is more grammatically correct.
This commit is contained in:
Petr Zemek 2014-10-27 11:45:00 +01:00
parent 92854cb386
commit 3159c86166
5 changed files with 5 additions and 5 deletions

View file

@ -127,7 +127,7 @@ def render_template_string(source, **context):
"""Renders a template from the given template source string
with the given context.
:param source: the sourcecode of the template to be
:param source: the source code of the template to be
rendered
:param context: the variables that should be available in the
context of the template.