]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144837: Improve documentation for more collection methods (GH-144841) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Mar 2026 19:55:25 +0000 (20:55 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 19:55:25 +0000 (19:55 +0000)
commitde54353235dd261363f50ffabdd74b7e128551d9
treedac561a6203cd3306b63259b4d6711baa310bbc1
parente8c3d31b2c3fd630859f453566c19cf6baa25501
[3.14] gh-144837: Improve documentation for more collection methods (GH-144841) (GH-146483)

Use uniform standard signature syntax in the tutorial and in
the array and collections modules documentation.
(cherry picked from commit 17070f41d4ccf5e82e5841e467b3aef5294f2c9a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/array.rst
Doc/library/collections.rst
Doc/library/stdtypes.rst
Doc/tutorial/datastructures.rst
Modules/socketmodule.c