diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-19 00:37:00 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-19 00:37:00 -0400 |
| commit | db598dde142cab1f77d4b7218c64f0bcce76d3cd (patch) | |
| tree | 6d698740fc45a46e5377f50b716a9f257a36a228 | |
| parent | 5991d92b9508223df12ecd07f65ec8e9bbfdc3d9 (diff) | |
| download | pyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.tar.gz pyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.tar.bz2 pyramid-db598dde142cab1f77d4b7218c64f0bcce76d3cd.zip | |
use the correct message
| -rw-r--r-- | docs/narr/project.rst | 4 |
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 |
