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/narr/firstapp.rst') 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 From 5af30057aa5528eaa277603ee717b7111c147a51 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 19 Aug 2018 00:36:46 -0700 Subject: Standardize Unix capitalization --- docs/narr/firstapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/firstapp.rst') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 7019d4126..5eb067fe2 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -25,7 +25,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. -On UNIX: +On Unix: .. code-block:: bash -- cgit v1.2.3