From 22bfe637ca7728e9f74d4dc8bb7a15ee2a913815 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 22 Feb 2019 09:56:06 +0100 Subject: [PATCH] [3.7] Doc: Missing backquotes. (GH-11982) (GH-11985) (cherry picked from commit 6e240ddd0d06cca5da091144479b7db0637c73da) Co-authored-by: Julien Palard --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 774b0875bbf1..3e9e38c074a2 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -2050,7 +2050,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 -- 2.47.3