]> granicus.if.org Git - python/commitdiff
Fixed defaultTestCase -> defaultTestResult
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 30 Jun 2009 22:51:06 +0000 (22:51 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 30 Jun 2009 22:51:06 +0000 (22:51 +0000)
Doc/library/macostools.rst
Doc/library/unittest.rst

index 96d289749ae5d1e9a3d75b5dd2aa77587a90bb2b..e2ec01c23d96ed4c433c13cc7146669f7e092ff6 100644 (file)
@@ -59,8 +59,8 @@ documentation. Hence, aliases created with :func:`mkalias` could conceivably
 have incompatible behaviour in some cases.
 
 
-:mod:`findertools` --- The :program:`finder`'s Apple Events interface
-=====================================================================
+:mod:`findertools` --- The :program:`finder`\'s Apple Events interface
+======================================================================
 
 .. module:: findertools
    :platform: Mac
index 2e4590c294a06fee64283af6c00e4af41ccccbf6..25d792dcc5f92a709de03049f5de7cefbc282b6c 100644 (file)
@@ -651,8 +651,8 @@ Test cases
 
       Run the test, collecting the result into the test result object passed as
       *result*.  If *result* is omitted or :const:`None`, a temporary result
-      object is created (by calling the :meth:`defaultTestCase` method) and
-      used; this result object is not returned to :meth:`run`'s caller.
+      object is created (by calling the :meth:`defaultTestResult` method) and
+      used. The result object is not returned to :meth:`run`'s caller.
 
       The same effect may be had by simply calling the :class:`TestCase`
       instance.