gh-121645: Fix typo in PyBytes_Join() doc (#123783)

This commit is contained in:
Victor Stinner 2024-09-06 16:08:17 +02:00 committed by GitHub
parent ef4b69d2be
commit d343f977ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ called with a non-bytes parameter.
On success, return a new :class:`bytes` object.
On error, set an exception and return ``NULL``.
.. versionadded: 3.14
.. versionadded:: 3.14
.. c:function:: int _PyBytes_Resize(PyObject **bytes, Py_ssize_t newsize)