From: Armin Ronacher Date: Tue, 16 Feb 2010 23:16:07 +0000 (+0100) Subject: Reindented a docstring. X-Git-Tag: 2.4~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04306791bc65519127612385a2abfc7e0db72a86;p=jinja2.git Reindented a docstring. --HG-- branch : trunk --- 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 """