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 24c5623 commit a8313cdCopy full SHA for a8313cd
2 files changed
Doc/library/unittest.mock.rst
@@ -2224,7 +2224,7 @@ return something else::
2224
>>> mock == 3
2225
True
2226
2227
-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
2228
required to be an iterator:
2229
2230
>>> mock = MagicMock()
Doc/tools/.nitignore
@@ -33,7 +33,6 @@ Doc/library/test.rst
33
Doc/library/tkinter.rst
34
Doc/library/tkinter.scrolledtext.rst
35
Doc/library/tkinter.ttk.rst
36
-Doc/library/unittest.mock.rst
37
Doc/library/urllib.parse.rst
38
Doc/library/urllib.request.rst
39
Doc/library/wsgiref.rst
0 commit comments