gh-101100: Fix Sphinx nitpick in unittest.mock.rst (#151302)

This commit is contained in:
Cody Maloney 2026-06-11 08:29:40 -07:00 committed by GitHub
parent b9bffc09a6
commit b18168cb32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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()

View file

@ -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