mirror of
https://github.com/python/cpython.git
synced 2026-07-04 00:35:50 -04:00
[3.15] gh-101100: Fix Sphinx nitpick in unittest.mock.rst (GH-151302) (#151355)
(cherry picked from commit b18168cb32)
Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
42e81e35a0
commit
fdf0132e35
@@ -2223,7 +2223,7 @@ return something else::
|
||||
>>> mock == 3
|
||||
True
|
||||
|
||||
The return value of :meth:`MagicMock.__iter__` can be any iterable object and isn't
|
||||
The return value of :meth:`!__iter__` can be any iterable object and isn't
|
||||
required to be an iterator:
|
||||
|
||||
>>> mock = MagicMock()
|
||||
|
||||
@@ -29,7 +29,6 @@ Doc/library/test.rst
|
||||
Doc/library/tkinter.rst
|
||||
Doc/library/tkinter.scrolledtext.rst
|
||||
Doc/library/tkinter.ttk.rst
|
||||
Doc/library/unittest.mock.rst
|
||||
Doc/library/urllib.parse.rst
|
||||
Doc/library/urllib.request.rst
|
||||
Doc/library/wsgiref.rst
|
||||
|
||||
Reference in New Issue
Block a user