Skip to content

Commit 3f1a0c0

Browse files
Function param self_converter is CConverter or None
1 parent b1bd72a commit 3f1a0c0

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
@@ -2467,7 +2467,7 @@ def __init__(
24672467
self.docstring = docstring or ''
24682468
self.kind = kind
24692469
self.coexist = coexist
2470-
self.self_converter = None
2470+
self.self_converter: CConverter | None = None
24712471
# docstring_only means "don't generate a machine-readable
24722472
# signature, just a normal docstring". it's True for
24732473
# functions with optional groups because we can't represent

0 commit comments

Comments
 (0)