Skip to content

Commit 0ddaa8f

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

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
@@ -671,7 +671,7 @@ APIs:
671671
Resize a Unicode object. The length is the number of codepoints.
672672
673673
Try to resize the string in place (which is usually faster than allocating
674-
a new string and copy characters), or create a new string.
674+
a new string and copying characters), or create a new string.
675675
676676
``*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,

0 commit comments

Comments
 (0)