]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Sep 2024 14:08:17 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 14:08:17 +0000 (16:08 +0200)
Doc/c-api/bytes.rst

index 3d0501c8253f714cbec136b9c2b3e7c914a5e37a..d47beee68eaa338a2059d1e802f9d0ff5b173a3b 100644 (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)