summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-12 13:45:06 -0700
committerMichael Merickel <michael@merickel.org>2013-03-12 13:45:06 -0700
commit5fb6de8426aeaca7ecfd5babb7ba0372dbeab020 (patch)
tree57d2a458c1c3e2480a6c9bc6e6e2bf4fc72ccef6 /docs/narr/project.rst
parent22814bb5613546fee0aeec59526ec9c10ae7ac6b (diff)
parent5a20a11be7971e2d4676a7edd46fa1789525d232 (diff)
downloadpyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.tar.gz
pyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.tar.bz2
pyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.zip
Merge pull request #890 from tshepang/misc
miscellaneous doc improvements
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 214440328..a9072e3bf 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -305,7 +305,9 @@ If you want to restrict access such that only a browser running on the same
machine as Pyramid will be able to access your Pyramid application, edit the
``development.ini`` file, and replace the ``host`` value in the
``[server:main]`` section. Change it from ``0.0.0.0`` to ``127.0.0.1``. For
-example::
+example:
+
+.. code-block:: ini
[server:main]
use = egg:waitress#main