]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Oct 2024 23:22:20 +0000 (00:22 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 23:22:20 +0000 (23:22 +0000)
commit1fc1a185edee02ea04b6859706d178146aa0f77f
tree81fc81e15692a93d60094caebcbfd768b081c201
parentb267b6241b8ac9eb6ceb4c65aaf4341d7e54510e
[3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126151)

gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421)
(cherry picked from commit 5527c4051c0b58218ce69044f92b45f1d66ed43f)

Co-authored-by: Prometheus3375 <35541026+Prometheus3375@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/stdtypes.rst
Objects/dictobject.c