aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6db6ba6..2236ba4 100644
--- a/README.rst
+++ b/README.rst
@@ -42,7 +42,7 @@ Installation
INTERNAL_IPS = ('127.0.0.1',)
#. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the
- the template files associated with the Debug Toolbar.
+ template files associated with the Debug Toolbar.
Alternatively, add the path to the debug toolbar templates
(``'path/to/debug_toolbar/templates'`` to your ``TEMPLATE_DIRS`` setting.)