[Python-checkins] Doc: Missing backquotes. (GH-11982)

Miss Islington (bot) webhook-mailer at python.org
Fri Feb 22 03:22:31 EST 2019


https://github.com/python/cpython/commit/6e240ddd0d06cca5da091144479b7db0637c73da
commit: 6e240ddd0d06cca5da091144479b7db0637c73da
branch: master
author: Julien Palard <julien at palard.fr>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-02-22T00:22:27-08:00
summary:

Doc: Missing backquotes. (GH-11982)

files:
M Doc/library/unittest.rst

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



More information about the Python-checkins mailing list