]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:52:07 +0000 (20:52 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 19:52:07 +0000 (19:52 +0000)
commit2bb1ac21622a648c800d5f39babe427f40a97389
treee4b17d25ab19d0954398b83814d5c0fdb09f1573
parent7d565d6ae80152294687252f0ce21909bfabd350
[3.13] gh-144837: Improve documentation for more collection methods (GH-144841) (GH-146484)

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