mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00: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:
parent
42e81e35a0
commit
fdf0132e35
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue