diff options
Diffstat (limited to 'pyramid/scripts/pserve.py')
| -rw-r--r-- | pyramid/scripts/pserve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scripts/pserve.py b/pyramid/scripts/pserve.py index 6c7e1d654..b840fbdb9 100644 --- a/pyramid/scripts/pserve.py +++ b/pyramid/scripts/pserve.py @@ -753,7 +753,7 @@ class Monitor(object): # pragma: no cover this). Use the ``watch_file(filename)`` function to cause a reload/restart for - other other non-Python files (e.g., configuration files). If you have + other non-Python files (e.g., configuration files). If you have a dynamic set of files that grows over time you can use something like:: def watch_config_files(): |
