From 71923a479f3a7d739ea9e95d6d7f34b396e4fded Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 18 Aug 2018 03:28:08 -0700 Subject: Clean up code-blocks in firstapp --- docs/narr/firstapp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3