Skip to content

Commit

Permalink
Fix copy-paste error in Tools/clinic.py (#100560)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 28, 2022
1 parent 7cf164a commit 3da71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ def modify(self):
"""
The C statements required to modify this variable after parsing.
Returns a string containing this code indented at column 0.
If no initialization is necessary, returns an empty string.
If no modification is necessary, returns an empty string.
"""
return ""

Expand Down

0 comments on commit 3da71ff

Please sign in to comment.