forked from orbit-oss/flask
Fixed a typo in an example in the docs
This commit is contained in:
parent
05519a85da
commit
2a0e71f081
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ to the template::
|
||||||
recorded.append((template, context))
|
recorded.append((template, context))
|
||||||
template_rendered.connect(record)
|
template_rendered.connect(record)
|
||||||
try:
|
try:
|
||||||
yield templates
|
yield recorded
|
||||||
finally:
|
finally:
|
||||||
template_rendered.disconnect(record)
|
template_rendered.disconnect(record)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue