diff options
| author | Aymeric Augustin | 2013-10-26 16:21:37 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-26 16:21:37 +0200 | 
| commit | 716adf0bab528fcd8177a132ae45dd665d561aea (patch) | |
| tree | 3ea6520fd5f50f8eacd6a11fa91fe1e20ec22aee | |
| parent | c35052ea260647f47bf0f958615d2da042673cb1 (diff) | |
| download | django-debug-toolbar-716adf0bab528fcd8177a132ae45dd665d561aea.tar.bz2 | |
Fix formatting issue in README.
| -rw-r--r-- | README.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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. | 
