[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
Update doc strings to ReST
Phil Ruggera
pruggera at san.rr.com
Wed Jul 14 13:00:15 EDT 2004
Log message for revision 26531:
Update doc strings to ReST
Changed:
U Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py 2004-07-14 16:39:34 UTC (rev 26530)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py 2004-07-14 17:00:15 UTC (rev 26531)
@@ -18,6 +18,8 @@
$Id$
"""
+__docformat__ = 'restructuredtext'
+
import os
import sys
import inspect
@@ -160,7 +162,7 @@
>>> print module['browser'].getPath()
zope.app.apidoc.browser
- Now, the 'get(key, default=None)' is actually much smarter than you might
+ Now, the ``get(key, default=None)`` is actually much smarter than you might
originally suspect, since it can actually get to more objects than it
promises. If a key is not found in the module's children, it tries to
import the key as a module relative to this module.
More information about the Zope3-Checkins
mailing list