Skip to content

Commit 6e240dd

Browse files
JulienPalardmiss-islington
authored andcommitted
Doc: Missing backquotes. (GH-11982)
1 parent e5458bd commit 6e240dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ Loading and running tests
20832083

20842084
.. method:: run(test)
20852085

2086-
This method is the main public interface to the `TextTestRunner`. This
2086+
This method is the main public interface to the ``TextTestRunner``. This
20872087
method takes a :class:`TestSuite` or :class:`TestCase` instance. A
20882088
:class:`TestResult` is created by calling
20892089
:func:`_makeResult` and the test(s) are run and the

0 commit comments

Comments
 (0)