[Zodb-checkins] CVS: ZODB3/ZEO - start.py:1.42

Barry Warsaw barry@wooz.org
Tue, 27 Aug 2002 14:43:12 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv28773

Modified Files:
	start.py 
Log Message:
Typo.


=== ZODB3/ZEO/start.py 1.41 => 1.42 ===
--- ZODB3/ZEO/start.py:1.41	Fri Aug 23 10:26:47 2002
+++ ZODB3/ZEO/start.py	Tue Aug 27 14:43:12 2002
@@ -151,7 +151,7 @@
 
             module_path -- This is the path to a Python module
                that defines the storage object(s) to be served.
-               The module path should ommit the prefix (e.g. '.py').
+               The module path should omit the prefix (e.g. '.py').
 
             attr_name -- This is the name to which the storage object
               is assigned in the module.