summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorDominic H <dom@dominic.sk>2024-07-15 07:14:17 (GMT)
committerGitHub <noreply@github.com>2024-07-15 07:14:17 (GMT)
commit8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be (patch)
tree408086e9a2ec8274f33c1b2f59723bebb81dcd8f /Misc/NEWS.d
parent48042c52a6b59089e7d7dda3c8fed79d646b6f8d (diff)
downloadcpython-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.rst1
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`