File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -252,37 +252,38 @@ Unless using :pep:`523`, you will not need this.
252252
253253.. c :macro :: PyUnstable_EXECUTABLE_KIND_SKIP
254254
255- Index for the "skip" kind in :c:var: ` PyUnstable_ExecutableKinds `.
255+ Index for the "skip" kind in `` PyUnstable_ExecutableKinds ` `.
256256 Indicates that the frame's code object should be skipped.
257257
258258 .. versionadded :: 3.12
259259
260260
261261.. c :macro :: PyUnstable_EXECUTABLE_KIND_PY_FUNCTION
262262
263- Index for the "Python function" kind in :c:var: ` PyUnstable_ExecutableKinds `.
263+ Index for the "Python function" kind in `` PyUnstable_ExecutableKinds ` `.
264264
265265 .. versionadded :: 3.12
266266
267267
268268.. c :macro :: PyUnstable_EXECUTABLE_KIND_BUILTIN_FUNCTION
269269
270- Index for the "built-in function" kind in :c:var: ` PyUnstable_ExecutableKinds `.
270+ Index for the "built-in function" kind in `` PyUnstable_ExecutableKinds ` `.
271271
272272 .. versionadded :: 3.12
273273
274274
275275.. c :macro :: PyUnstable_EXECUTABLE_KIND_METHOD_DESCRIPTOR
276276
277- Index for the "method descriptor" kind in :c:var: ` PyUnstable_ExecutableKinds `.
277+ Index for the "method descriptor" kind in `` PyUnstable_ExecutableKinds ` `.
278278
279279 .. versionadded :: 3.12
280280
281281
282282.. c :macro :: PyUnstable_EXECUTABLE_KINDS
283283
284- The number of entries in :c:var: ` PyUnstable_ExecutableKinds `.
284+ The number of entries in `` PyUnstable_ExecutableKinds ` `.
285285
286286 .. versionadded :: 3.12
287287
288288
289+
You can’t perform that action at this time.
0 commit comments