aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 16:21:37 +0200
committerAymeric Augustin2013-10-26 16:21:37 +0200
commit716adf0bab528fcd8177a132ae45dd665d561aea (patch)
tree3ea6520fd5f50f8eacd6a11fa91fe1e20ec22aee
parentc35052ea260647f47bf0f958615d2da042673cb1 (diff)
downloaddjango-debug-toolbar-716adf0bab528fcd8177a132ae45dd665d561aea.tar.bz2
Fix formatting issue in README.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1d693b2..2ada325 100644
--- a/README.rst
+++ b/README.rst
@@ -171,7 +171,7 @@ The debug toolbar has two settings that can be set in ``settings.py``:
and cache calls. Enabling stacktraces can increase the CPU time used when
executing queries. Defaults to True.
- * ``HIDDEN_STACKTRACE_MODULES``
+ * ``HIDDEN_STACKTRACE_MODULES``
Useful for eliminating server-related entries which can result
in enormous DOM structures and toolbar rendering delays.