From 04306791bc65519127612385a2abfc7e0db72a86 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 17 Feb 2010 00:16:07 +0100 Subject: [PATCH] Reindented a docstring. --HG-- branch : trunk --- jinja2/environment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jinja2/environment.py b/jinja2/environment.py index 7c4a5a9..6404ed0 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -592,9 +592,9 @@ class Environment(object): @internalcode def get_or_select_template(self, template_name_or_list, parent=None, globals=None): - """ - Does a typecheck and dispatches to :meth:`select_template` if an - iterable of template names is given, otherwise to :meth:`get_template`. + """Does a typecheck and dispatches to :meth:`select_template` + if an iterable of template names is given, otherwise to + :meth:`get_template`. .. versionadded:: 2.3 """ -- 2.26.2