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))
|
||||
template_rendered.connect(record)
|
||||
try:
|
||||
yield templates
|
||||
yield recorded
|
||||
finally:
|
||||
template_rendered.disconnect(record)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue