Skip to content

Commit 3da71ff

Browse files
authored
Fix copy-paste error in Tools/clinic.py (#100560)
1 parent 7cf164a commit 3da71ff

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
@@ -2832,7 +2832,7 @@ def modify(self):
28322832
"""
28332833
The C statements required to modify this variable after parsing.
28342834
Returns a string containing this code indented at column 0.
2835-
If no initialization is necessary, returns an empty string.
2835+
If no modification is necessary, returns an empty string.
28362836
"""
28372837
return ""
28382838

0 commit comments

Comments
 (0)