https://github.com/python/cpython/commit/3da71ff0f26516c433538b2bfc4db196e20e0d44 commit: 3da71ff0f26516c433538b2bfc4db196e20e0d44 branch: main author: Nikita Sobolev <mail at sobolevn.me> committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com> date: 2022年12月28日T09:57:57+05:30 summary: Fix copy-paste error in `Tools/clinic.py` (#100560) files: M Tools/clinic/clinic.py diff --git a/Tools/clinic/clinic.py b/Tools/clinic/clinic.py index 552ed2c889a7..abff4d2583e1 100755 --- a/Tools/clinic/clinic.py +++ b/Tools/clinic/clinic.py @@ -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 ""