diff --git a/oslo_reports/views/jinja_view.py b/oslo_reports/views/jinja_view.py index 5f57dc3..765dbba 100644 --- a/oslo_reports/views/jinja_view.py +++ b/oslo_reports/views/jinja_view.py @@ -126,7 +126,7 @@ class JinjaView(object): Sets the text of the current template, marking it 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 """