From: Arseniy Terekhin Date: Tue, 8 Jul 2025 21:49:55 +0000 (-0700) Subject: gh-92536: Fix comment about number of unicode string types (#136439) X-Git-Tag: v3.15.0a1~1048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6566e49e63219b6dad6034fb046bd5b54f7af1a;p=thirdparty%2FPython%2Fcpython.git gh-92536: Fix comment about number of unicode string types (#136439) --- 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: