Skip to content

Commit fc08c32

Browse files
Update Doc/c-api/unicode.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 2aa2e87 commit fc08c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ object.
18191819
On success, return ``0``.
18201820
On error, set an exception, leave the writer unchanged, and return ``-1``.
18211821
1822-
.. versionadded:: 3.15
1822+
.. versionadded:: next
18231823
18241824
.. c:function:: int PyUnicodeWriter_WriteWideChar(PyUnicodeWriter *writer, const wchar_t *str, Py_ssize_t size)
18251825

0 commit comments

Comments
 (0)