aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authordAniel hAhler2009-01-13 04:56:58 +0800
committerRob Hudson2009-01-15 01:56:38 +0800
commit9a7eb740ee424bd335701b1a40d860f5fcdc151d (patch)
tree0d4dfdffc90346902127c459e461e36425f9eb51 /README.rst
parent63394b531cd41eef831cc8a59e8b1848777ca626 (diff)
downloaddjango-debug-toolbar-9a7eb740ee424bd335701b1a40d860f5fcdc151d.tar.bz2
Fix typo/grammar in README ("the the")
Signed-off-by: Rob Hudson <rob@tastybrew.com>
Diffstat (limited to 'README.rst')
-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.)