From: Nikita Sobolev Date: Wed, 28 Dec 2022 04:27:57 +0000 (+0300) Subject: Fix copy-paste error in `Tools/clinic.py` (#100560) X-Git-Tag: v3.12.0a4~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da71ff0f26516c433538b2bfc4db196e20e0d44;p=thirdparty%2FPython%2Fcpython.git Fix copy-paste error in `Tools/clinic.py` (#100560) --- 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 @@ 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 ""