Skip to content

Commit fee0803

Browse files
Update Doc/c-api/unicode.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 59d149f commit fee0803

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
@@ -674,7 +674,7 @@ APIs:
674674
a new string and copy characters), or create a new string.
675675
676676
``*unicode`` is modified to point to the new (resized) object and 0 is
677-
returned on success. Otherwise, an exception is set, -1 is returned,
677+
returned on success. Otherwise, ``-1`` is returned and an exception is set,
678678
and ``*unicode`` is left untouched.
679679
680680
.. warning::

0 commit comments

Comments
 (0)