summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYoo In Keun <keun0390@naver.com>2020-02-18 21:54:41 +0900
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-02-19 07:08:23 +0100
commit4ef107e34f752d51fa2cadff30fdd6fd718b026e (patch)
treef6d15b41394cef5fdd8afb844c3d1043402e9467 /docs
parent4d973f593932285cd2f765400d915305d8e7333a (diff)
Fixed typos in docs and a test comment.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 8382be82b4..2a28564156 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -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``.