Commit c2f5a595 authored by Ezio Melotti's avatar Ezio Melotti

Fixed defaultTestCase -> defaultTestResult

parent 31f42ab2
......@@ -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
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment