mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
This commit is contained in:
parent
ef4b69d2be
commit
d343f977ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue