Skip to content

Commit 74fa74f

Browse files
Update Doc/c-api/unicode.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 0ddaa8f commit 74fa74f

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
@@ -673,7 +673,7 @@ APIs:
673673
Try to resize the string in place (which is usually faster than allocating
674674
a new string and copying characters), or create a new string.
675675
676-
``*unicode`` is modified to point to the new (resized) object and 0 is
676+
``*unicode`` is modified to point to the new (resized) object and ``0`` is
677677
returned on success. Otherwise, ``-1`` is returned and an exception is set,
678678
and ``*unicode`` is left untouched.
679679

0 commit comments

Comments
 (0)