[Zope3-checkins] SVN: Zope3/trunk/src/zope/server/interfaces/ftp.py
Changed a use of "Data are" to "Information is" for
consistency with the use
Steve Alexander
steve at z3u.com
Thu Sep 30 12:58:22 EDT 2004
Log message for revision 27715:
Changed a use of "Data are" to "Information is" for consistency with the use
of "information" in the line above.
Changed:
U Zope3/trunk/src/zope/server/interfaces/ftp.py
-=-
Modified: Zope3/trunk/src/zope/server/interfaces/ftp.py
===================================================================
--- Zope3/trunk/src/zope/server/interfaces/ftp.py 2004-09-30 16:44:33 UTC (rev 27714)
+++ Zope3/trunk/src/zope/server/interfaces/ftp.py 2004-09-30 16:58:21 UTC (rev 27715)
@@ -265,7 +265,7 @@
def lsinfo(path):
"""Return information for a unix-style ls listing for `path`.
- Data are returned as a dictionary containing the following keys:
+ Information is returned as a dictionary containing the following keys:
type
@@ -365,8 +365,7 @@
"""
def rename(old, new):
- """Rename a file or directory.
- """
+ """Rename a file or directory."""
def writefile(path, instream, start=None, end=None, append=False):
"""Write data to a file.
More information about the Zope3-Checkins
mailing list