summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-30 21:59:45 -0400
committerChris McDonough <chrism@plope.com>2012-09-30 21:59:45 -0400
commit24e14af20902f7d5c491092fc1643787fc0a802a (patch)
tree4719acdbcf29f64fd6c87a558af56750626f84d2
parentd3e9c271ccf004effc6b8121412b7805928bce2f (diff)
downloadpyramid-24e14af20902f7d5c491092fc1643787fc0a802a.tar.gz
pyramid-24e14af20902f7d5c491092fc1643787fc0a802a.tar.bz2
pyramid-24e14af20902f7d5c491092fc1643787fc0a802a.zip
s/either//
-rw-r--r--pyramid/scripts/pserve.py2
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.')