mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
gh-130169: Fix broken list markup in Doc/c-api/function.rst
(#130174)
This commit is contained in:
parent
798f8d3ea9
commit
9837c2a214
1 changed files with 7 additions and 6 deletions
|
@ -145,12 +145,13 @@ There are a few functions specific to Python functions.
|
||||||
|
|
||||||
.. c:type:: PyFunction_WatchEvent
|
.. c:type:: PyFunction_WatchEvent
|
||||||
|
|
||||||
Enumeration of possible function watcher events:
|
Enumeration of possible function watcher events:
|
||||||
- ``PyFunction_EVENT_CREATE``
|
|
||||||
- ``PyFunction_EVENT_DESTROY``
|
- ``PyFunction_EVENT_CREATE``
|
||||||
- ``PyFunction_EVENT_MODIFY_CODE``
|
- ``PyFunction_EVENT_DESTROY``
|
||||||
- ``PyFunction_EVENT_MODIFY_DEFAULTS``
|
- ``PyFunction_EVENT_MODIFY_CODE``
|
||||||
- ``PyFunction_EVENT_MODIFY_KWDEFAULTS``
|
- ``PyFunction_EVENT_MODIFY_DEFAULTS``
|
||||||
|
- ``PyFunction_EVENT_MODIFY_KWDEFAULTS``
|
||||||
|
|
||||||
.. versionadded:: 3.12
|
.. versionadded:: 3.12
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue