From 24e14af20902f7d5c491092fc1643787fc0a802a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Sep 2012 21:59:45 -0400 Subject: s/either// --- pyramid/scripts/pserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') -- cgit v1.2.3