-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
Description
Documentation
PyFunction_WatchEvent at c-api/function.rst has in the source file what seems to be a unnumbered list, but the built documentation has everything in a single line. Should it be formatted as a unnumbered list instead?
cpython/Doc/c-api/function.rst
Lines 146 to 155 in 798f8d3
.. c:type:: PyFunction_WatchEvent | |
Enumeration of possible function watcher events: | |
- ``PyFunction_EVENT_CREATE`` | |
- ``PyFunction_EVENT_DESTROY`` | |
- ``PyFunction_EVENT_MODIFY_CODE`` | |
- ``PyFunction_EVENT_MODIFY_DEFAULTS`` | |
- ``PyFunction_EVENT_MODIFY_KWDEFAULTS`` | |
.. versionadded:: 3.12 |
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo