We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Doc/c-api/function.rst
1 parent 798f8d3 commit 9837c2aCopy full SHA for 9837c2a
Doc/c-api/function.rst
@@ -145,12 +145,13 @@ There are a few functions specific to Python functions.
145
146
.. c:type:: PyFunction_WatchEvent
147
148
- Enumeration of possible function watcher events:
149
- - ``PyFunction_EVENT_CREATE``
150
- - ``PyFunction_EVENT_DESTROY``
151
- - ``PyFunction_EVENT_MODIFY_CODE``
152
- - ``PyFunction_EVENT_MODIFY_DEFAULTS``
153
- - ``PyFunction_EVENT_MODIFY_KWDEFAULTS``
+ Enumeration of possible function watcher events:
+
+ - ``PyFunction_EVENT_CREATE``
+ - ``PyFunction_EVENT_DESTROY``
+ - ``PyFunction_EVENT_MODIFY_CODE``
+ - ``PyFunction_EVENT_MODIFY_DEFAULTS``
154
+ - ``PyFunction_EVENT_MODIFY_KWDEFAULTS``
155
156
.. versionadded:: 3.12
157
0 commit comments