]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92536: Fix comment about number of unicode string types (#136439)
authorArseniy Terekhin <senyai@gmail.com>
Tue, 8 Jul 2025 21:49:55 +0000 (14:49 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 21:49:55 +0000 (23:49 +0200)
Include/cpython/unicodeobject.h

index 86c502730f478c31cb78e04dfc5fcfbc0374f944..73e3bc44d6c9ca6a12f6f17c63fe48e4b42ef5c5 100644 (file)
@@ -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: