Skip to content

Commit

Permalink
Merge branch '3.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 18, 2022
2 parents df59bde + 681f8de commit bb7f3a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jinja2/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,9 @@ def get_template(
:class:`Template`. If the template does not exist a
:exc:`TemplateNotFound` exception is raised.
:param name: Name of the template to load.
:param name: Name of the template to load. When loading
templates from the filesystem, "/" is used as the path
separator, even on Windows.
:param parent: The name of the parent template importing this
template. :meth:`join_path` can be used to implement name
transformations with this.
Expand Down

0 comments on commit bb7f3a5

Please sign in to comment.