[Zope3-checkins] CVS: Zope3/src/zope/app/content - file.py:1.4
Jim Fulton
jim@zope.com
Tue, 31 Dec 2002 15:15:03 -0500
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv2089
Modified Files:
file.py
Log Message:
Fixed an incorrect (post namegeddon) module name in a doc string, by
removing it.
=== Zope3/src/zope/app/content/file.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/content/file.py:1.3 Sat Dec 28 12:49:25 2002
+++ Zope3/src/zope/app/content/file.py Tue Dec 31 15:15:02 2002
@@ -49,7 +49,7 @@
def getContentType(self):
- '''See interface Zope.App.OFS.Content.File.IFile.IFile'''
+ '''See interface IFile'''
return self._contentType