diff options
author | Dominic H <dom@dominic.sk> | 2024-07-15 07:14:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 07:14:17 (GMT) |
commit | 8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be (patch) | |
tree | 408086e9a2ec8274f33c1b2f59723bebb81dcd8f /Misc/NEWS.d | |
parent | 48042c52a6b59089e7d7dda3c8fed79d646b6f8d (diff) | |
download | cpython-8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be.zip cpython-8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be.tar.gz cpython-8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be.tar.bz2 |
gh-117765: Improve documentation for `mocker.patch.dict` (#121755)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2024-07-14-12-25-53.gh-issue-117765.YFMOUv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2024-07-14-12-25-53.gh-issue-117765.YFMOUv.rst b/Misc/NEWS.d/next/Documentation/2024-07-14-12-25-53.gh-issue-117765.YFMOUv.rst new file mode 100644 index 0000000..a727c1a --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2024-07-14-12-25-53.gh-issue-117765.YFMOUv.rst @@ -0,0 +1 @@ +Improved documentation for :func:`unittest.mock.patch.dict` |