]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144837: Improve documentation for more collection methods (GH-144841)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Mar 2026 19:29:23 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 19:29:23 +0000 (21:29 +0200)
commit17070f41d4ccf5e82e5841e467b3aef5294f2c9a
treece6530cf53562b3a5c1f4fe48016a173fab93cee
parent5c0dcb3e0d817bd8c28e8efcdb97103cd9210989
gh-144837: Improve documentation for more collection methods (GH-144841)

Use uniform standard signature syntax in the tutorial and in
the array and collections modules documentation.
Doc/library/array.rst
Doc/library/collections.rst
Doc/library/stdtypes.rst
Doc/tutorial/datastructures.rst
Modules/socketmodule.c