From: Julien Palard Date: Fri, 22 Feb 2019 08:22:27 +0000 (+0100) Subject: Doc: Missing backquotes. (GH-11982) X-Git-Tag: v3.8.0a2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e240ddd0d06cca5da091144479b7db0637c73da;p=thirdparty%2FPython%2Fcpython.git Doc: Missing backquotes. (GH-11982) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c5d19858e115..d1b4f3ba0bbb 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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