Skip to content

Commit

Permalink
pythongh-121645: Fix typo in PyBytes_Join() doc (python#123783)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 6, 2024
1 parent ef4b69d commit d343f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/bytes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d343f97

Please sign in to comment.