]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:27:33 +0000 (00:27 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 23:27:33 +0000 (23:27 +0000)
commitf37ac53cd31b37b7d48c526785406a1b3a96f5a9
tree2d00796c18013607c8b9c5d0a9b685711a6e7f89
parentf5b1510e6ba4a70a9afb07a1516da26a282505ea
[3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126150)

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