Chris McDonough
2011-12-15 4288cbb755941537a02fff35004309fc13c912dc
we now use wsgiref which prints nothing
1 files modified
5 ■■■■■ changed files
docs/index.rst 5 ●●●●● patch | view | raw | blame | history
docs/index.rst
@@ -19,10 +19,9 @@
   $ easy_install pyramid
   $ python helloworld.py
   serving on 0.0.0.0:8080 view at http://127.0.0.1:8080
And when you visit ``http://localhost:8080/hello/world`` in a browser, you
will see the text ``Hello, world!``.
When you visit ``http://localhost:8080/hello/world`` in a browser, you will
see the text ``Hello, world!``.
See :ref:`firstapp_chapter` for a full explanation of how this application
works. Read the :ref:`html_narrative_documentation` to understand how