]> granicus.if.org Git - python/commitdiff
Doc: Missing backquotes. (GH-11982)
authorJulien Palard <julien@palard.fr>
Fri, 22 Feb 2019 08:22:27 +0000 (09:22 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Feb 2019 08:22:27 +0000 (00:22 -0800)
Doc/library/unittest.rst

index c5d19858e1154984edf436f49f3a3d7e30e239e8..d1b4f3ba0bbbdae850b0e28361574aa7509a812b 100644 (file)
@@ -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