diff options
| -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 f89652b51..533f708fc 100644 --- a/pyramid/scripts/pserve.py +++ b/pyramid/scripts/pserve.py @@ -202,7 +202,7 @@ class PServeCommand(object): 'circumstances (such as when there is an ImportError ' 'raised at module scope), changes you make to the ' 'offending module will not cause a restart ' - 'and you will need to either change the __init__.py ' + 'and you will need to change the __init__.py ' 'of your application to force a reload. If that ' 'does not work, you will need to restart the process ' 'by hand.') |
