[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content/ Update doc
strings to ReST
Phil Ruggera
pruggera at san.rr.com
Fri Jul 23 16:46:50 EDT 2004
Log message for revision 26721:
Update doc strings to ReST
Changed:
U Zope3/trunk/src/zope/app/content/__init__.py
U Zope3/trunk/src/zope/app/content/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/content/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/content/__init__.py 2004-07-23 19:03:56 UTC (rev 26720)
+++ Zope3/trunk/src/zope/app/content/__init__.py 2004-07-23 20:46:49 UTC (rev 26721)
@@ -21,7 +21,7 @@
def queryContentType(object):
"""Returns the interface implemented by object which implements
- ``IContentType``."""
+ `IContentType`."""
return queryType(object, IContentType)
Modified: Zope3/trunk/src/zope/app/content/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/content/interfaces.py 2004-07-23 19:03:56 UTC (rev 26720)
+++ Zope3/trunk/src/zope/app/content/interfaces.py 2004-07-23 20:46:49 UTC (rev 26721)
@@ -15,6 +15,8 @@
$Id$
"""
+__docformat__ = 'restructuredtext'
+
from zope.interface.interfaces import IInterface
class IContentType(IInterface):
More information about the Zope3-Checkins
mailing list