From a6566e49e63219b6dad6034fb046bd5b54f7af1a Mon Sep 17 00:00:00 2001 From: Arseniy Terekhin Date: Tue, 8 Jul 2025 14:49:55 -0700 Subject: [PATCH] gh-92536: Fix comment about number of unicode string types (#136439) --- Include/cpython/unicodeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/cpython/unicodeobject.h b/Include/cpython/unicodeobject.h index 86c502730f47..73e3bc44d6c9 100644 --- a/Include/cpython/unicodeobject.h +++ b/Include/cpython/unicodeobject.h @@ -109,7 +109,7 @@ struct _PyUnicodeObject_state { immediately follow the structure. utf8_length can be found in the length field; the utf8 pointer is equal to the data pointer. */ typedef struct { - /* There are 4 forms of Unicode strings: + /* There are 3 forms of Unicode strings: - compact ascii: -- 2.47.3