[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py
Some docstrings corrected
Dmitry Vasiliev
dima at hlabs.spb.ru
Thu Feb 24 05:01:06 EST 2005
Log message for revision 29278:
Some docstrings corrected
Changed:
U Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py 2005-02-24 09:09:54 UTC (rev 29277)
+++ Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py 2005-02-24 10:01:05 UTC (rev 29278)
@@ -69,7 +69,7 @@
def getZopeVersion():
"""Return a string containing the Zope version (possibly including
- CVS information)"""
+ SVN information)"""
class IServerControl(Interface):
@@ -85,8 +85,8 @@
The `time` should be greater-equal 0.
- If the `time` is 0, the we do a hard shutdown, i.e. closing all sockets
- without waiting for tasks to complete.
+ If the `time` is 0, then we do a hard shutdown, i.e. closing
+ all sockets without waiting for tasks to complete.
If the `time` is not 0, then we will give the tasks `time` seconds to
finish before shutting down.
@@ -97,8 +97,8 @@
The `time` should be greater-equal 0.
- If the `time` is 0, the we do a hard shutdown, i.e. closing all sockets
- without waiting for tasks to complete.
+ If the `time` is 0, then we do a hard shutdown, i.e. closing
+ all sockets without waiting for tasks to complete.
If the `time` is not 0, then we will give the tasks `time` seconds to
finish before shutting down.
More information about the Zope3-Checkins
mailing list