Fix a typo

TrivalFix

Change-Id: I3f9120ca58c5d4a8aff4a341048a2e5e3950e399
This commit is contained in:
gecong1973 2016-11-21 09:36:53 +08:00
parent 2ba27a5863
commit caf139164f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class JinjaView(object):
Sets the text of the current template, marking it Sets the text of the current template, marking it
for recompilation next time the compiled template for recompilation next time the compiled template
is retrived via attr:`template` . is retrieved via attr:`template` .
:param str textval: the new text of the Jinja template :param str textval: the new text of the Jinja template
""" """