diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-16 18:07:35 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-05 02:12:32 +0200 |
| commit | 08f4a6ea291e065e56792ecde89abdeb0c57651f (patch) | |
| tree | e2e92079f4e37dcde181a31e36eb2b394d670b5a /docs | |
| parent | 21264e3ed45fda41fb608ea4f69948aa9f9430c1 (diff) | |
| download | pyramid-08f4a6ea291e065e56792ecde89abdeb0c57651f.tar.gz pyramid-08f4a6ea291e065e56792ecde89abdeb0c57651f.tar.bz2 pyramid-08f4a6ea291e065e56792ecde89abdeb0c57651f.zip | |
a more concise explanation
* This removes an needless example (it should really be obvious what
the text means).
* It also fixes an incomplete sentence, which also happens to have
broken grammar.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 5a8ea0ecf..959583ee2 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -459,20 +459,9 @@ Put a hash mark at the beginning of the ``pyramid_debugtoolbar`` line: Then restart the application to see that the toolbar has been turned off. Note that if you comment out the ``pyramid_debugtoolbar`` line, the ``#`` -*must* be in the first column. If you put the hash mark anywhere except the -first column instead, for example like this: - -.. code-block:: ini - :linenos: - - [app:main] - ... - pyramid.includes = - #pyramid_debugtoolbar - -When you attempt to restart the application with a section like the above -you'll receive an error that ends something like this, and the application -will not start: +*must* be in the first column. If you put it anywhere else, +and then attempt to restart the application, +you'll receive an error that ends something like this: .. code-block:: text |
