mirror of https://github.com/python/cpython
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
This commit is contained in:
parent
ef4b69d2be
commit
d343f977ba
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue