https://github.com/python/cpython/commit/d343f977ba89c415aa4dcaf75122e0b4235d4fb1
commit: d343f977ba89c415aa4dcaf75122e0b4235d4fb1
branch: main
author: Victor Stinner <vstin...@python.org>
committer: vstinner <vstin...@python.org>
date: 2024-09-06T16:08:17+02:00
summary:

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

files:
M Doc/c-api/bytes.rst

diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst
index 3d0501c8253f71..d47beee68eaa33 100644
--- a/Doc/c-api/bytes.rst
+++ b/Doc/c-api/bytes.rst
@@ -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)

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to