[Zope3-checkins] CVS: Zope3/lib/python/Zope/StartUp - SiteDefinition.py:1.7
Jeremy Hylton
jeremy@zope.com
Tue, 8 Oct 2002 16:41:35 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/StartUp
In directory cvs.zope.org:/tmp/cvs-serv6372
Modified Files:
SiteDefinition.py
Log Message:
Fix doc string.
=== Zope3/lib/python/Zope/StartUp/SiteDefinition.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/StartUp/SiteDefinition.py:1.6 Tue Oct 8 16:41:10 2002
+++ Zope3/lib/python/Zope/StartUp/SiteDefinition.py Tue Oct 8 16:41:35 2002
@@ -54,8 +54,7 @@
def __init__(self, _context, name="default", threads=4):
- """Initilize is called, when the defineSite directive is invoked.
- """
+ """Initialize is called when defineSite directive is invoked."""
self._name = name
self._threads = int(threads)