]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Minor docstring grammar fix (#772)
authorEli Boyarski <eli.boyarski@gmail.com>
Mon, 18 Sep 2017 14:24:38 +0000 (17:24 +0300)
committerAdrian <adrian@planetcoding.net>
Mon, 18 Sep 2017 14:24:38 +0000 (16:24 +0200)
jinja2/environment.py

index 2a4d3d7da9c7df4f7c3b48b0bc661a3f36d6b307..549d9afab456b45032945fd47d5c2900e3797a1b 100644 (file)
@@ -809,7 +809,7 @@ class Environment(object):
     @internalcode
     def get_template(self, name, parent=None, globals=None):
         """Load a template from the loader.  If a loader is configured this
-        method ask the loader for the template and returns a :class:`Template`.
+        method asks the loader for the template and returns a :class:`Template`.
         If the `parent` parameter is not `None`, :meth:`join_path` is called
         to get the real template name before loading.