Skip to content

Commit

Permalink
pythongh-130169: Fix broken list markup in Doc/c-api/function.rst (p…
Browse files Browse the repository at this point in the history
…ythonGH-130174)

(cherry picked from commit 9837c2a)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
StanFromIreland authored and miss-islington committed Feb 16, 2025
1 parent de1279a commit eb3a3a3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Doc/c-api/function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,13 @@ There are a few functions specific to Python functions.
.. 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``
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
Expand Down

0 comments on commit eb3a3a3

Please # to comment.