mirror of https://github.com/python/cpython
Fix copy-paste error in `Tools/clinic.py` (#100560)
This commit is contained in:
parent
7cf164ad5e
commit
3da71ff0f2
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue