summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-19 00:37:00 -0400
committerChris McDonough <chrism@plope.com>2012-03-19 00:37:00 -0400
commitdb598dde142cab1f77d4b7218c64f0bcce76d3cd (patch)
tree6d698740fc45a46e5377f50b716a9f257a36a228
parent5991d92b9508223df12ecd07f65ec8e9bbfdc3d9 (diff)
downloadpyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.tar.gz
pyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.tar.bz2
pyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.zip
use the correct message
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
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