commit | 80bc72d5a2f7550edbd63d577bb8fb1e3bbba69c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 22 03:23:10 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 22 03:23:10 2011 +0100 |
tree | c57b9d40ea9f8fd862ffa712ee07ea478cdf47d8 | |
parent | 85530aa1c369ce83f59bb2e10b6af34c889894fb [diff] |
fix PyCompactUnicodeObject doc (test)
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index c5480f1..dfd594e 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h
@@ -232,7 +232,7 @@ - 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