summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 2190a3fb1..7a0adab98 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -1105,7 +1105,7 @@ Automatically Reloading Your Code
During development, it can be really useful to automatically have the
webserver restart when you make changes. ``pserve`` has a ``--reload`` switch
to enable this. It uses the
-`hupper <http://docs.pylonsproject.org/projects/hupper/en/latest/>` package
+`hupper <http://docs.pylonsproject.org/projects/hupper/en/latest/>`_ package
to enable this behavior. When your code crashes, ``hupper`` will wait for
another change or the ``SIGHUP`` signal before restarting again.