summaryrefslogtreecommitdiff
path: root/docs/narr/firstapp.rst
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-28 02:21:38 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-28 02:21:38 -0500
commit23bfce0ea0fae605f67547f7b12e91fbe329d506 (patch)
tree141e2c6675620629336b48c0eedce0728ca9fd0d /docs/narr/firstapp.rst
parent54f097a8146b3fa20a0de8c357785929d1065fd0 (diff)
downloadpyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.tar.gz
pyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.tar.bz2
pyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.zip
Narrative doc cleanup
Diffstat (limited to 'docs/narr/firstapp.rst')
-rw-r--r--docs/narr/firstapp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst
index 9d3cad13c..17140fe07 100644
--- a/docs/narr/firstapp.rst
+++ b/docs/narr/firstapp.rst
@@ -47,7 +47,7 @@ When this code is inserted into a Python script named ``helloworld.py`` and
executed by a Python interpreter which has the :app:`Pyramid` software
installed, an HTTP server is started on TCP port 8080:
-.. code-block:: bash
+.. code-block:: text
$ python helloworld.py
serving on 0.0.0.0:8080 view at http://127.0.0.1:8080