Skip to content

Commit

Permalink
Silence Sphinx warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Jun 22, 2023
1 parent 1340934 commit 040817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ New Features
:c:expr:`const char * const *`, :c:expr:`const char **` or
:c:expr:`char * const *` in C++ and :c:expr:`char * const *` in C
without explicit type cast.
This can be overridden by defining the macro :c:macro:`PY_CXX_CONST`
This can be overridden by defining the macro ``PY_CXX_CONST``
before including :file:`Python.h` as ``const`` for the latter and as
empty value for the former.
(Contributed by Serhiy Storchaka in :gh:`65210`.)
Expand Down

0 comments on commit 040817e

Please sign in to comment.