projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47883d1
)
Reindented a docstring.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:16:07 +0000
(
00:16
+0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:16:07 +0000
(
00:16
+0100)
--HG--
branch : trunk
jinja2/environment.py
patch
|
blob
|
history
diff --git
a/jinja2/environment.py
b/jinja2/environment.py
index 7c4a5a936aa67b49cd5c1046bde0d52480203607..6404ed029f205c6344d7dc7c7eeb145acb46371e 100644
(file)
--- 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
"""