Skip to content

Commit

Permalink
Minor docstring grammar fix (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-b authored and ThiefMaster committed Sep 18, 2017
1 parent fc5be47 commit 4750cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/environment.py
Expand Up @@ -809,7 +809,7 @@ def _load_template(self, name, globals):
@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.

Expand Down

0 comments on commit 4750cf7

Please sign in to comment.