Skip to content

Commit 4750cf7

Browse files
eli-bThiefMaster
authored andcommitted
Minor docstring grammar fix (#772)
1 parent fc5be47 commit 4750cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jinja2/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def _load_template(self, name, globals):
809809
@internalcode
810810
def get_template(self, name, parent=None, globals=None):
811811
"""Load a template from the loader. If a loader is configured this
812-
method ask the loader for the template and returns a :class:`Template`.
812+
method asks the loader for the template and returns a :class:`Template`.
813813
If the `parent` parameter is not `None`, :meth:`join_path` is called
814814
to get the real template name before loading.
815815

0 commit comments

Comments
 (0)