Chris McDonough
2012-03-19 db598dde142cab1f77d4b7218c64f0bcce76d3cd
use the correct message
1 files modified
4 ■■■■ changed files
docs/narr/project.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -336,7 +336,7 @@
   $ ../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 @@
   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