Steve Piercy
2017-01-26 f8e8ab0e4271c2bc798ccc199d26ec21e3781afa
rest syntax fix
1 files modified
2 ■■■ changed files
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -1115,7 +1115,7 @@
By default, ``hupper`` will poll the filesystem for changes to all python
code. This can be pretty inefficient in larger projects. To be nicer to your
hard drive, you should install the
`watchdog <http://pythonhosted.org/watchdog/>` package in development.
`watchdog <http://pythonhosted.org/watchdog/>`_ package in development.
``hupper`` will automatically use ``watchdog`` to more efficiently poll the
filesystem.