diff options
| author | Julien Palard <julien@palard.fr> | 2019-02-22 09:22:27 +0100 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-02-22 00:22:27 -0800 |
| commit | 6e240ddd0d06cca5da091144479b7db0637c73da (patch) | |
| tree | fb6e9ecd83ee2f164bfd1902d3c0b1b313a0f3bc | |
| parent | e5458bdb6af81f9b98acecd8819c60016d3f1441 (diff) | |
| download | cpython-git-6e240ddd0d06cca5da091144479b7db0637c73da.tar.gz | |
Doc: Missing backquotes. (GH-11982)
| -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 c5d19858e1..d1b4f3ba0b 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 |
