Kaydet (Commit) 80bc72d5 authored tarafından Victor Stinner's avatar Victor Stinner

fix PyCompactUnicodeObject doc (test)

üst 85530aa1
......@@ -232,7 +232,7 @@ typedef struct {
- compact:
* structure = PyCompactUnicodeObject
* test: PyUnicode_IS_ASCII(op) && !PyUnicode_IS_COMPACT(op)
* test: PyUnicode_IS_COMPACT(op) && !PyUnicode_IS_ASCII(op)
* kind = PyUnicode_1BYTE_KIND, PyUnicode_2BYTE_KIND or
PyUnicode_4BYTE_KIND
* compact = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment