We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddaa8f commit 74fa74fCopy full SHA for 74fa74f
Doc/c-api/unicode.rst
@@ -673,7 +673,7 @@ APIs:
673
Try to resize the string in place (which is usually faster than allocating
674
a new string and copying characters), or create a new string.
675
676
- ``*unicode`` is modified to point to the new (resized) object and 0 is
+ ``*unicode`` is modified to point to the new (resized) object and ``0`` is
677
returned on success. Otherwise, ``-1`` is returned and an exception is set,
678
and ``*unicode`` is left untouched.
679
0 commit comments