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 7771cfb commit bbb4e3dCopy full SHA for bbb4e3d
Include/cpython/unicodeobject.h
@@ -109,7 +109,7 @@ struct _PyUnicodeObject_state {
109
immediately follow the structure. utf8_length can be found
110
in the length field; the utf8 pointer is equal to the data pointer. */
111
typedef struct {
112
- /* There are 4 forms of Unicode strings:
+ /* There are 3 forms of Unicode strings:
113
114
- compact ascii:
115
0 commit comments