Fixed broken docstring for jinja_loader in scaffold.py
This commit is contained in:
parent
b90a4f1f4a
commit
a98ef9cf4b
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ class Scaffold:
|
|||
@cached_property
|
||||
def jinja_loader(self) -> BaseLoader | None:
|
||||
"""The Jinja loader for this object's templates. By default this
|
||||
is a class :class:`jinja2.loaders.FileSystemLoader` to
|
||||
:attr:`template_folder` if it is set.
|
||||
is an instance of :class:`jinja2.loaders.FileSystemLoader` whose
|
||||
searchpath is set to :attr:`template_folder` if it is set.
|
||||
|
||||
.. versionadded:: 0.5
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue