Closed
Description
https://docs.python.org/3/library/unittest.mock.html#where-to-patch has the text "which we will have to do then it imports" which should be "which we will have to do when it imports" (i.e. s/then/when/
).
The source for this is
cpython/Doc/library/unittest.mock.rst
Lines 2010 to 2011 in 3bd3e09
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo