We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Py_UNICODE*
1 parent ff28d89 commit a081caeCopy full SHA for a081cae
Doc/whatsnew/3.3.rst
@@ -2267,7 +2267,7 @@ The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
2267
removed in Python 4. All functions using this type are deprecated:
2268
2269
Unicode functions and methods using :c:type:`Py_UNICODE` and
2270
-:c:type:`Py_UNICODE*` types:
+:c:expr:`Py_UNICODE*` types:
2271
2272
* :c:macro:`PyUnicode_FromUnicode`: use :c:func:`PyUnicode_FromWideChar` or
2273
:c:func:`PyUnicode_FromKindAndData`
0 commit comments