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 8b20bed commit bba6886Copy full SHA for bba6886
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
@@ -35,7 +35,6 @@ Doc/library/test.rst
35
Doc/library/tkinter.rst
36
Doc/library/tkinter.scrolledtext.rst
37
Doc/library/tkinter.ttk.rst
38
-Doc/library/unittest.mock.rst
39
Doc/library/urllib.parse.rst
40
Doc/library/urllib.request.rst
41
Doc/library/wsgiref.rst
0 commit comments