[Checkins] SVN: manuel/trunk/src/manuel/bugs.txt normalize reST and code style with the rest of the project

Benji York benji+zope.org at benjiyork.com
Thu Sep 2 12:02:52 EDT 2010


Log message for revision 116151:
  normalize reST and code style with the rest of the project
  

Changed:
  U   manuel/trunk/src/manuel/bugs.txt

-=-
Modified: manuel/trunk/src/manuel/bugs.txt
===================================================================
--- manuel/trunk/src/manuel/bugs.txt	2010-09-02 16:00:15 UTC (rev 116150)
+++ manuel/trunk/src/manuel/bugs.txt	2010-09-02 16:02:52 UTC (rev 116151)
@@ -183,16 +183,14 @@
 TestCase id methods
 -------------------
 
-Twisted's testrunner, trial, makes use of the :meth:`id` method of
-:class:`TestCase` instances in a way that requires it to be a
-meaningful string.
+Twisted's testrunner, trial, makes use of the id method of TestCase instances
+in a way that requires it to be a meaningful string.
 
-For :class:`manuel.testing.TestCase` instances, this used to return
-``None``. As you can see below, the
-:meth:`manuel.testing.TestCase.shortDescription` is now returned
+For manuel.testing.TestCase instances, this used to return None. As you can
+see below, the manuel.testing.TestCase.shortDescription is now returned
 instead:
 
->>> from manuel.testing import TestCase
->>> m = manuel.Manuel()
->>> print TestCase(m,manuel.RegionContainer(),None).id()
-<memory>
+    >>> from manuel.testing import TestCase
+    >>> m = manuel.Manuel()
+    >>> print TestCase(m, manuel.RegionContainer(), None).id()
+    <memory>



More information about the checkins mailing list