Thanks to visit codestin.com Credit goes to github.com
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 ffd7f2f commit a6566e4Copy full SHA for a6566e4
1 file changed
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