Skip to content

Commit a081cae

Browse files
authored
gh-93738: Documentation C syntax (:c:type:Py_UNICODE* -> :c:expr:Py_UNICODE*) (#97784)
:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`
1 parent ff28d89 commit a081cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
22672267
removed in Python 4. All functions using this type are deprecated:
22682268

22692269
Unicode functions and methods using :c:type:`Py_UNICODE` and
2270-
:c:type:`Py_UNICODE*` types:
2270+
:c:expr:`Py_UNICODE*` types:
22712271

22722272
* :c:macro:`PyUnicode_FromUnicode`: use :c:func:`PyUnicode_FromWideChar` or
22732273
:c:func:`PyUnicode_FromKindAndData`

0 commit comments

Comments
 (0)