forked from orbit-oss/flask
Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
This commit is contained in:
parent
92854cb386
commit
3159c86166
5 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue