From a1dcd8ade56fea9056c809a2d2050e8400523af7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 23:24:02 -0400 Subject: add a missing zero --- docs/narr/firstapp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 8828be8e1..67dd6b8fb 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -52,7 +52,7 @@ installed, an HTTP server is started on TCP port 8080: .. code-block:: bash $ python helloworld.py - serving on 0.0.0.0:8080 view at http://127.0.0.1:808 + serving on 0.0.0.0:8080 view at http://127.0.0.1:8080 When port 8080 is visited by a browser on the root URL (``/``), the server will simply serve up the text "Hello world!" When @@ -433,7 +433,7 @@ it the same way. .. code-block:: bash $ python helloworld.py - serving on 0.0.0.0:8080 view at http://127.0.0.1:808 + serving on 0.0.0.0:8080 view at http://127.0.0.1:8080 Let's examine the differences between the code in that section and the code above. In :ref:`helloworld_imperative_appconfig`, we had the following lines -- cgit v1.2.3