mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +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
|
@ -146,6 +146,7 @@ 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_CREATE``
|
||||||
- ``PyFunction_EVENT_DESTROY``
|
- ``PyFunction_EVENT_DESTROY``
|
||||||
- ``PyFunction_EVENT_MODIFY_CODE``
|
- ``PyFunction_EVENT_MODIFY_CODE``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue