Skip to content
Merged
Prev Previous commit
Next Next commit
Fix ReST syntax
  • Loading branch information
encukou committed Nov 2, 2022
commit 9927fa20020a9372207c6fe35cf2a897410e2826
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The ``structmember.h`` header is deprecated. Its non-deprecated contents are
now available just by including ``Python.h``, with a ``PY_`` prefix added if
it was missing. (Deprecated contents are :c:macro:``T_OBJECT``,
it was missing. (Deprecated contents are :c:macro:`T_OBJECT`,
:c:macro:`T_NONE`, and no-op flags.) Patch by Petr Viktorin, based on
earlier work by Alexander Belopolsky and Matthias Braun.