forked from orbit-oss/flask
Added a missing comma
This commit is contained in:
parent
30d9efb24a
commit
833198c91b
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ you have a Python list in context called `mylist`::
|
||||||
Context Processors
|
Context Processors
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
To inject new variables automatically into the context of a template
|
To inject new variables automatically into the context of a template,
|
||||||
context processors exist in Flask. Context processors run before the
|
context processors exist in Flask. Context processors run before the
|
||||||
template is rendered and have the ability to inject new values into the
|
template is rendered and have the ability to inject new values into the
|
||||||
template context. A context processor is a function that returns a
|
template context. A context processor is a function that returns a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue