We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unittest.mock.rst
1 parent b9bffc0 commit b18168cCopy full SHA for b18168c
2 files changed
Doc/library/unittest.mock.rst
@@ -2223,7 +2223,7 @@ return something else::
2223
>>> mock == 3
2224
True
2225
2226
-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
2227
required to be an iterator:
2228
2229
>>> mock = MagicMock()
Doc/tools/.nitignore
@@ -29,7 +29,6 @@ Doc/library/test.rst
29
Doc/library/tkinter.rst
30
Doc/library/tkinter.scrolledtext.rst
31
Doc/library/tkinter.ttk.rst
32
-Doc/library/unittest.mock.rst
33
Doc/library/urllib.parse.rst
34
Doc/library/urllib.request.rst
35
Doc/library/wsgiref.rst
0 commit comments