From db598dde142cab1f77d4b7218c64f0bcce76d3cd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Mar 2012 00:37:00 -0400 Subject: use the correct message --- docs/narr/project.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 8c837be74..78f0372e0 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -336,7 +336,7 @@ For example, on UNIX: $ ../bin/pserve development.ini --reload Starting subprocess with file monitor Starting server in PID 16601. - Starting HTTP server on http://0.0.0.0:6543 + serving on http://0.0.0.0:6543 Now if you make a change to any of your project's ``.py`` files or ``.ini`` files, you'll see the server restart automatically: @@ -346,7 +346,7 @@ files, you'll see the server restart automatically: development.ini changed; reloading... -------------------- Restarting -------------------- Starting server in PID 16602. - Starting HTTP server on http://0.0.0.0:6543 + serving on http://0.0.0.0:6543 Changes to template files (such as ``.pt`` or ``.mak`` files) won't cause the server to restart. Changes to template files don't require a server restart -- cgit v1.2.3