Author: ianb
Date: 2005-04-11 20:01:43 -0600 (Mon, 11 Apr 2005)
New Revision: 2329
Modified:
WSGIKit/trunk/wsgikit/app_setup.py
Log:
typo
Modified: WSGIKit/trunk/wsgikit/app_setup.py
===================================================================
--- WSGIKit/trunk/wsgikit/app_setup.py 2005-04-11 22:24:25 UTC (rev 2328)
+++ WSGIKit/trunk/wsgikit/app_setup.py 2005-04-12 02:01:43 UTC (rev 2329)
@@ -38,7 +38,7 @@
template_name = find_template_config(args)
if not template_name:
raise InvalidCommand(
- 'Not template given (provide --template=name or run this command '
+ 'No template given (provide --template=name or run this command '
'from a directory containing server.conf)')
if not re.search(r'^[a-zA-Z_][a-zA-Z0-9_]*$', template_name):
raise InvalidCommand(
|