summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-11-20 17:27:28 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-11-20 17:27:28 (GMT)
commitb4938aaf158286bde8f8e2ba426fb8debdea1cbd (patch)
treebc63782d1e7be2ab69c7c7bf1f3f5edd597b115f /Doc/c-api/unicode.rst
parentac931b1e5bf86bb3ad3e2abee2cfd740df8f13bf (diff)
downloadcpython-b4938aaf158286bde8f8e2ba426fb8debdea1cbd.zip
cpython-b4938aaf158286bde8f8e2ba426fb8debdea1cbd.tar.gz
cpython-b4938aaf158286bde8f8e2ba426fb8debdea1cbd.tar.bz2
Document PyUnicode_WCHAR_KIND
Diffstat (limited to 'Doc/c-api/unicode.rst')
-rw-r--r--Doc/c-api/unicode.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 3332d31..d87ce0d 100644
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -129,7 +129,8 @@ access internal read-only data of Unicode objects:
.. versionadded:: 3.3
-.. c:macro:: PyUnicode_1BYTE_KIND
+.. c:macro:: PyUnicode_WCHAR_KIND
+ PyUnicode_1BYTE_KIND
PyUnicode_2BYTE_KIND
PyUnicode_4BYTE_KIND