summaryrefslogtreecommitdiff
path: root/docs/source/reload.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/reload.rst')
-rw-r--r--docs/source/reload.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/reload.rst b/docs/source/reload.rst
index b53d11a..923043e 100644
--- a/docs/source/reload.rst
+++ b/docs/source/reload.rst
@@ -22,4 +22,6 @@ library. You'll need to install it for development use before continuing::
Starting server in PID 000.
serving on 0.0.0.0:8080, view at http://127.0.0.1:8080
-As you work, Pecan will listen for any file or directory modification events in your project and silently restart your server process in the background.
+As you work, Pecan will listen for any file or directory modification
+events in your project and silently restart your server process in the
+background.