diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-02 21:46:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 21:46:03 (GMT) |
commit | c5ce34f9b4963a672ce5993d165384e96b6eefe9 (patch) | |
tree | 14912c15a478138cf5fe1589e8b294808653bd63 /Doc/tools | |
parent | 54e8dd757cb3e41fc479be23db925fc3a475f185 (diff) | |
download | cpython-c5ce34f9b4963a672ce5993d165384e96b6eefe9.zip cpython-c5ce34f9b4963a672ce5993d165384e96b6eefe9.tar.gz cpython-c5ce34f9b4963a672ce5993d165384e96b6eefe9.tar.bz2 |
[3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108810) (#108813)
* [3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108810).
(cherry picked from commit 5141b1ebe07ad54279e0770b4704eaf76f24951d)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Make the requested changes
---------
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 5a824a4..3d79b48 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -145,7 +145,6 @@ Doc/library/tkinter.ttk.rst Doc/library/traceback.rst Doc/library/tty.rst Doc/library/turtle.rst -Doc/library/unittest.mock-examples.rst Doc/library/unittest.mock.rst Doc/library/unittest.rst Doc/library/urllib.parse.rst |