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
1 changed files with 1 additions and 1 deletions

View File

@ -2832,7 +2832,7 @@ class CConverter(metaclass=CConverterAutoRegister):
"""
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 ""