summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-18 03:28:08 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-18 03:28:08 -0700
commit71923a479f3a7d739ea9e95d6d7f34b396e4fded (patch)
tree55fdc4f260d93e649f9d594ba66c090a79be2a2c
parent7c79766439123f4477112197fd81b74bb42edcd7 (diff)
downloadpyramid-71923a479f3a7d739ea9e95d6d7f34b396e4fded.tar.gz
pyramid-71923a479f3a7d739ea9e95d6d7f34b396e4fded.tar.bz2
pyramid-71923a479f3a7d739ea9e95d6d7f34b396e4fded.zip
Clean up code-blocks in firstapp
-rw-r--r--docs/narr/firstapp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst
index db55f2f9c..7019d4126 100644
--- a/docs/narr/firstapp.rst
+++ b/docs/narr/firstapp.rst
@@ -29,13 +29,13 @@ On UNIX:
.. code-block:: bash
- $ $VENV/bin/python helloworld.py
+ $VENV/bin/python helloworld.py
On Windows:
.. code-block:: doscon
- c:\> %VENV%\Scripts\python helloworld.py
+ %VENV%\Scripts\python helloworld.py
This command will not return and nothing will be printed to the console. When
port 8080 is visited by a browser on the URL ``/hello/world``, the server will