Skip to content

Commit

Permalink
gh-93738: Documentation C syntax (:c:type:Py_UNICODE* -> :c:expr:`P…
Browse files Browse the repository at this point in the history
…y_UNICODE*`) (#97784)

:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`
  • Loading branch information
AA-Turner committed Oct 4, 2022
1 parent ff28d89 commit a081cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.3.rst
Expand Up @@ -2267,7 +2267,7 @@ The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
removed in Python 4. All functions using this type are deprecated:

Unicode functions and methods using :c:type:`Py_UNICODE` and
:c:type:`Py_UNICODE*` types:
:c:expr:`Py_UNICODE*` types:

* :c:macro:`PyUnicode_FromUnicode`: use :c:func:`PyUnicode_FromWideChar` or
:c:func:`PyUnicode_FromKindAndData`
Expand Down

0 comments on commit a081cae

Please sign in to comment.