[Checkins] SVN: manuel/trunk/src/manuel/__init__.py - tweak docstring

Benji York benji at zope.com
Fri Apr 24 08:29:55 EDT 2009


Log message for revision 99469:
  - tweak docstring
  

Changed:
  U   manuel/trunk/src/manuel/__init__.py

-=-
Modified: manuel/trunk/src/manuel/__init__.py
===================================================================
--- manuel/trunk/src/manuel/__init__.py	2009-04-24 12:27:14 UTC (rev 99468)
+++ manuel/trunk/src/manuel/__init__.py	2009-04-24 12:29:55 UTC (rev 99469)
@@ -268,8 +268,7 @@
         return self.thinger(self.formatters, func, timing)
 
     def thinger(self, things, func, timing):
-        """Private helper for adding functions to a phase.
-        """
+        """Private helper for adding functions to a phase."""
         if func is None:
             # the decorator is being called prior to being used as a decorator,
             # return a callable that can be called to provide the function



More information about the Checkins mailing list