diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-01-26 01:18:03 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-01-26 01:18:03 -0800 |
| commit | 0aa967f02c8ccf133730ae7b7ed8b3a90ab17372 (patch) | |
| tree | 7467135248ae56b297c131da8431201b57265ff0 /docs/narr | |
| parent | f8e8ab0e4271c2bc798ccc199d26ec21e3781afa (diff) | |
| download | pyramid-0aa967f02c8ccf133730ae7b7ed8b3a90ab17372.tar.gz pyramid-0aa967f02c8ccf133730ae7b7ed8b3a90ab17372.tar.bz2 pyramid-0aa967f02c8ccf133730ae7b7ed8b3a90ab17372.zip | |
grammar fixes
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/project.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 54bcf37b4..be2e5a389 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -1112,7 +1112,7 @@ another change or the ``SIGHUP`` signal before restarting again. inotify support ~~~~~~~~~~~~~~~ -By default, ``hupper`` will poll the filesystem for changes to all python +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. @@ -1124,11 +1124,11 @@ Monitoring Custom Files By default, ``pserve --reload`` will monitor all imported Python code (everything in ``sys.modules``) as well as the config file passed to -``pserve`` (e.g. ``development.ini``). You can instruct ``pserve`` to watch +``pserve`` (e.g., ``development.ini``). You can instruct ``pserve`` to watch other files for changes as well by defining a ``[pserve]`` section in your configuration file. For example, let's say your application loads the ``favicon.ico`` file at startup and stores it in memory to efficiently -serve it many times. When you change it you want ``pserve`` to restart: +serve it many times. When you change it, you want ``pserve`` to restart: .. code-block:: ini @@ -1137,6 +1137,6 @@ serve it many times. When you change it you want ``pserve`` to restart: myapp/static/favicon.ico Paths may be absolute or relative to the configuration file. They may also -be an :term:`asset specification`. These paths are passed to ``hupper`` which +be an :term:`asset specification`. These paths are passed to ``hupper``, which has some basic support for globbing. Acceptable glob patterns depend on the version of Python being used. |
