From caf139164fd6c38b75d4c16f30c117e16582fe61 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Mon, 21 Nov 2016 09:36:53 +0800 Subject: [PATCH] Fix a typo TrivalFix Change-Id: I3f9120ca58c5d4a8aff4a341048a2e5e3950e399 --- oslo_reports/views/jinja_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """