8000 Clinic constructor uses DEFAULT_LIMITED_CAPI · python/cpython@e9f70f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9f70f2

Browse files
committed
Clinic constructor uses DEFAULT_LIMITED_CAPI
1 parent 0b1ae97 commit e9f70f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/clinic/clinic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ def __init__(
24152415
*,
24162416
filename: str,
24172417
verify: bool = True,
2418-
limited_capi: bool = Fal 545E se,
2418+
limited_capi: bool = DEFAULT_LIMITED_CAPI,
24192419
) -> None:
24202420
# maps strings to Parser objects.
24212421
# (instantiated from the "parsers" global.)

0 commit comments

Comments
 (0)
0