From: Julien Palard Date: Fri, 22 Feb 2019 08:56:06 +0000 (+0100) Subject: [3.7] Doc: Missing backquotes. (GH-11982) (GH-11985) X-Git-Tag: v3.7.3rc1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22bfe637ca7728e9f74d4dc8bb7a15ee2a913815;p=thirdparty%2FPython%2Fcpython.git [3.7] Doc: Missing backquotes. (GH-11982) (GH-11985) (cherry picked from commit 6e240ddd0d06cca5da091144479b7db0637c73da) Co-authored-by: Julien Palard --- 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