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 fee0803 commit 0ddaa8fCopy full SHA for 0ddaa8f
Doc/c-api/unicode.rst
@@ -671,7 +671,7 @@ APIs:
671
Resize a Unicode object. The length is the number of codepoints.
672
673
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.
+ 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
677
returned on success. Otherwise, ``-1`` is returned and an exception is set,
0 commit comments