# HG changeset patch # User Nicolas Chauvat # Date 1580490101 -3600 # Node ID a5c7cea1c0706483ccfdbcc149c741576a9d776b # Parent e434d8f4734ce762ccbf39745c3763a6bccd54dd [doc] fix typo diff -r e434d8f4734c -r a5c7cea1c070 doc/book/pyramid/debug_toolbar.rst --- a/doc/book/pyramid/debug_toolbar.rst Fri Jan 31 15:57:16 2020 +0100 +++ b/doc/book/pyramid/debug_toolbar.rst Fri Jan 31 18:01:41 2020 +0100 @@ -11,7 +11,7 @@ To use the pyramid debug toolbar in CubicWeb, you need to: -* install it either by doing a `pip install pyramid_debugtoobar` or following +* install it either by doing a `pip install pyramid_debugtoolbar` or following `the official installation instructions `_ * launch the pyramid command adding the `-t/--toolbar` argument to enable it