From: Eli Boyarski Date: Mon, 18 Sep 2017 14:24:38 +0000 (+0300) Subject: Minor docstring grammar fix (#772) X-Git-Tag: 2.10~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4750cf7c69c0ce2a0c44cc68c2fc06b984774e5e;p=thirdparty%2Fjinja.git Minor docstring grammar fix (#772) --- diff --git a/jinja2/environment.py b/jinja2/environment.py index 2a4d3d7d..549d9afa 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -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.