From f6bfbb3084f39431c2a0a7f3af36867d82aa3b40 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 26 Mar 2020 06:50:52 +1100 Subject: [PATCH] docs: Fix simple typo, explict -> explicit There is a small typo in overextends/templatetags/overextends_tags.py. Should read `explicit` rather than `explict`. --- overextends/templatetags/overextends_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overextends/templatetags/overextends_tags.py b/overextends/templatetags/overextends_tags.py index 18b34f1..e181718 100644 --- a/overextends/templatetags/overextends_tags.py +++ b/overextends/templatetags/overextends_tags.py @@ -17,7 +17,7 @@ class OverExtendsNode(ExtendsNode): template counterparts, or even app templates that extend other app templates with the same relative name/path. - We use our own version of ``find_template``, that uses an explict + We use our own version of ``find_template``, that uses an explicit list of template directories to search for the template, based on the directories that the known template loaders (``app_directories`` and ``filesystem``) use. This list gets stored