mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Doc: Missing backquotes. (GH-11982)
This commit is contained in:
parent
e5458bdb6a
commit
6e240ddd0d
1 changed files with 1 additions and 1 deletions
|
@ -2083,7 +2083,7 @@ Loading and running tests
|
|||
|
||||
.. method:: run(test)
|
||||
|
||||
This method is the main public interface to the `TextTestRunner`. This
|
||||
This method is the main public interface to the ``TextTestRunner``. This
|
||||
method takes a :class:`TestSuite` or :class:`TestCase` instance. A
|
||||
:class:`TestResult` is created by calling
|
||||
:func:`_makeResult` and the test(s) are run and the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue