]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117431: Fix str.endswith docstring (#117499)
authorErlend E. Aasland <erlend@python.org>
Wed, 3 Apr 2024 10:33:20 +0000 (12:33 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 10:33:20 +0000 (12:33 +0200)
commit1dc1521042d5e750b4a129ac8dd439edafed6783
tree5feefca5f8a5dcc8ea206c3224ed58a49cc422af
parent8ef98924d304b5c9430e23f8170e2c32ec3a9920
gh-117431: Fix str.endswith docstring (#117499)

The first parameter is named 'suffix', not 'prefix'.

Regression introduced by commit 444156ed
Objects/clinic/unicodeobject.c.h
Objects/unicodeobject.c