[3.15] gh-101100: Fix Sphinx nitpick in unittest.mock.rst (GH-151302) (#151355)

(cherry picked from commit b18168cb32)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2026-06-11 17:42:23 +02:00 committed by GitHub
parent 42e81e35a0
commit fdf0132e35
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