]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Doc: Missing backquotes. (GH-11982) (GH-11985)
authorJulien Palard <julien@palard.fr>
Fri, 22 Feb 2019 08:56:06 +0000 (09:56 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Feb 2019 08:56:06 +0000 (00:56 -0800)
(cherry picked from commit 6e240ddd0d06cca5da091144479b7db0637c73da)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/library/unittest.rst

index 774b0875bbf1cebae3b5ae92686923a6a489b508..3e9e38c074a2d882d6574eebaf9b25c7e077a841 100644 (file)
@@ -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