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 e140a38 commit b237d2fCopy full SHA for b237d2f
Doc/c-api/unicode.rst
@@ -668,7 +668,7 @@ APIs:
668
669
.. c:function:: int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length);
670
671
- Resize a Unicode object. The length is the number of codepoints.
+ Resize a Unicode object *\*unicode* to the new *length* in code points.
672
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.
0 commit comments