diff options
author | Julien Palard <julien@palard.fr> | 2019-02-22 08:22:27 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-02-22 08:22:27 (GMT) |
commit | 6e240ddd0d06cca5da091144479b7db0637c73da (patch) | |
tree | fb6e9ecd83ee2f164bfd1902d3c0b1b313a0f3bc /Doc/library/unittest.rst | |
parent | e5458bdb6af81f9b98acecd8819c60016d3f1441 (diff) | |
download | cpython-6e240ddd0d06cca5da091144479b7db0637c73da.zip cpython-6e240ddd0d06cca5da091144479b7db0637c73da.tar.gz cpython-6e240ddd0d06cca5da091144479b7db0637c73da.tar.bz2 |
Doc: Missing backquotes. (GH-11982)
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c5d1985..d1b4f3b 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 |