summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-05-13 04:15:41 (GMT)
committerGitHub <noreply@github.com>2022-05-13 04:15:41 (GMT)
commite371d5d5d125b0acdde2791d88562338a7359500 (patch)
treefec8d8108c022c015314c6816df6b4e0ac104c40 /Doc/c-api/unicode.rst
parent4e283777229ade11012b590624bd2cf04c42436d (diff)
downloadcpython-e371d5d5d125b0acdde2791d88562338a7359500.zip
cpython-e371d5d5d125b0acdde2791d88562338a7359500.tar.gz
cpython-e371d5d5d125b0acdde2791d88562338a7359500.tar.bz2
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Diffstat (limited to 'Doc/c-api/unicode.rst')
-rw-r--r--Doc/c-api/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 8fab3b7..6acd7ba 100644
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -92,7 +92,7 @@ access to internal read-only data of Unicode objects:
.. versionadded:: 3.3
.. deprecated:: 3.10
- This API do nothing since Python 3.12. Please remove code using this function.
+ This API does nothing since Python 3.12.
.. c:function:: Py_ssize_t PyUnicode_GET_LENGTH(PyObject *o)