8000 gh-121645: Fix typo in PyBytes_Join() doc (#123783) · python/cpython@d343f97 · GitHub
[go: up one dir, main page]

Skip to content

Commit d343f97

Browse files
authored
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
1 parent ef4b69d commit d343f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/bytes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ called with a non-bytes parameter.
204204
On success, return a new :class:`bytes` object.
205205
On error, set an exception and return ``NULL``.
206206
207-
.. versionadded: 3.14
207+
.. versionadded:: 3.14
208208
209209
210210
.. c:function:: int _PyBytes_Resize(PyObject **bytes, Py_ssize_t newsize)

0 commit comments

Comments
 (0)
0