Skip to content

Commit b237d2f

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

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
@@ -668,7 +668,7 @@ APIs:
668668
669669
.. c:function:: int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length);
670670
671-
Resize a Unicode object. The length is the number of codepoints.
671+
Resize a Unicode object *\*unicode* to the new *length* in code points.
672672
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.

0 commit comments

Comments
 (0)