mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix grammar.
This commit is contained in:
parent
c80d6d20d5
commit
4975a9b44d
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
|
||||||
#define PyUnicode_CHARACTER_SIZE(op) \
|
#define PyUnicode_CHARACTER_SIZE(op) \
|
||||||
(1 << (PyUnicode_KIND(op) - 1))
|
(1 << (PyUnicode_KIND(op) - 1))
|
||||||
|
|
||||||
/* Return pointers to the canonical representation casted as unsigned char,
|
/* Return pointers to the canonical representation cast to unsigned char,
|
||||||
Py_UCS2, or Py_UCS4 for direct character access.
|
Py_UCS2, or Py_UCS4 for direct character access.
|
||||||
No checks are performed, use PyUnicode_CHARACTER_SIZE or
|
No checks are performed, use PyUnicode_CHARACTER_SIZE or
|
||||||
PyUnicode_KIND() before to ensure these will work correctly. */
|
PyUnicode_KIND() before to ensure these will work correctly. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue