Fix copy-paste error in Tools/clinic.py (#100560)

This commit is contained in:
Nikita Sobolev 2022-12-28 07:27:57 +03:00 committed by GitHub
parent 7cf164ad5e
commit 3da71ff0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ""