]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
authorErlend E. Aasland <erlend@python.org>
Thu, 21 Dec 2023 14:22:39 +0000 (15:22 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 14:22:39 +0000 (15:22 +0100)
commit526d0a9b6eafb95c425838715a4961d97dc600da
tree46953846134b8fb26fa99bead4e9b0b75e44e540
parentca8b1d09585c032416c5d4905f707550eecf327f
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)

Clarify split direction in the docstring body,
instead of in the 'maxsplit' param docstring.
Objects/clinic/unicodeobject.c.h
Objects/unicodeobject.c