summaryrefslogtreecommitdiff
path: root/lib/spack/external/jinja2/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/jinja2/environment.py')
-rw-r--r--lib/spack/external/jinja2/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/external/jinja2/environment.py b/lib/spack/external/jinja2/environment.py
index 2a4d3d7da9..549d9afab4 100644
--- a/lib/spack/external/jinja2/environment.py
+++ b/lib/spack/external/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.