We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b046f1b commit 22bfe63Copy full SHA for 22bfe63
Doc/library/unittest.rst
@@ -2050,7 +2050,7 @@ Loading and running tests
2050
2051
.. method:: run(test)
2052
2053
- This method is the main public interface to the `TextTestRunner`. This
+ This method is the main public interface to the ``TextTestRunner``. This
2054
method takes a :class:`TestSuite` or :class:`TestCase` instance. A
2055
:class:`TestResult` is created by calling
2056
:func:`_makeResult` and the test(s) are run and the
0 commit comments