mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Fix copy-paste error in Tools/clinic.py (#100560)
This commit is contained in:
parent
7cf164ad5e
commit
3da71ff0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue