Skip to content

Commit bbb4e3d

Browse files
senyaiAgent-Hellboy
authored andcommitted
pythongh-92536: Fix comment about number of unicode string types (python#136439)
1 parent 7771cfb commit bbb4e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct _PyUnicodeObject_state {
109109
immediately follow the structure. utf8_length can be found
110110
in the length field; the utf8 pointer is equal to the data pointer. */
111111
typedef struct {
112-
/* There are 4 forms of Unicode strings:
112+
/* There are 3 forms of Unicode strings:
113113
114114
- compact ascii:
115115

0 commit comments

Comments
 (0)