-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Small typo in https://docs.python.org/3/library/unittest.mock.html#where-to-patch #130106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Documentation in the Doc dir
Comments
srinivasreddy
added a commit
to srinivasreddy/cpython
that referenced
this issue
Feb 14, 2025
terryjreedy
pushed a commit
that referenced
this issue
Feb 15, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 15, 2025
(cherry picked from commit d2e60d8) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 15, 2025
(cherry picked from commit d2e60d8) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <[email protected]>
This was referenced Feb 15, 2025
terryjreedy
pushed a commit
that referenced
this issue
Feb 15, 2025
Dates back to at least 2014, so was backported. |
terryjreedy
pushed a commit
that referenced
this issue
Feb 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: