mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix typo
This commit is contained in:
parent
525b1e9dd4
commit
80a348c0a0
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ extern "C" {
|
||||||
immediately follow the structure. utf8_length and wstr_length can be found
|
immediately follow the structure. utf8_length and wstr_length can be found
|
||||||
in the length field; the utf8 pointer is equal to the data pointer. */
|
in the length field; the utf8 pointer is equal to the data pointer. */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* There a 4 forms of Unicode strings:
|
/* There are 4 forms of Unicode strings:
|
||||||
|
|
||||||
- compact ascii:
|
- compact ascii:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue