mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
gh-101100: Fix Sphinx nitpick in unittest.mock.rst (#151302)
This commit is contained in:
parent
b9bffc09a6
commit
b18168cb32
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