[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/appsetup/bootstrap.py Update doc strings to ReST

Phil Ruggera pruggera at san.rr.com
Fri Jul 16 17:07:45 EDT 2004


Log message for revision 26597:
  Update doc strings to ReST


Changed:
  U   Zope3/trunk/src/zope/app/appsetup/bootstrap.py


-=-
Modified: Zope3/trunk/src/zope/app/appsetup/bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-07-16 21:05:46 UTC (rev 26596)
+++ Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-07-16 21:07:45 UTC (rev 26597)
@@ -126,7 +126,7 @@
             self, interface, utility_type, utility_factory, name='', **kw):
         """Add a utility to the top Utility Service
         
-        Returns the name added or None if nothing was added.
+        Returns the name added or ``None`` if nothing was added.
         """
         utility_manager = zapi.getService(Utilities, self.root_folder)
         utility = utility_manager.queryUtility(interface, name)



More information about the Zope3-Checkins mailing list