mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed typos in docs and a test comment.
This commit is contained in:
parent
4d973f5939
commit
4ef107e34f
2 changed files with 2 additions and 2 deletions
|
|
@ -645,7 +645,7 @@ creating an object that specifies the following attributes:
|
|||
* ``'name'``: The full path to the template.
|
||||
|
||||
* ``'template_name'``: The relative path to the template as passed into the
|
||||
the template loading methods.
|
||||
template loading methods.
|
||||
|
||||
* ``'loader_name'``: An optional string identifying the function or class used
|
||||
to load the template, e.g. ``django.template.loaders.filesystem.Loader``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue