]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix copy-paste error in `Tools/clinic.py` (#100560)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 28 Dec 2022 04:27:57 +0000 (07:27 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 04:27:57 +0000 (09:57 +0530)
Tools/clinic/clinic.py

index 552ed2c889a7b7da9a340c6df53a292d202e8968..abff4d2583e170a3f60dbfd6233f4ea6cddb967c 100755 (executable)
@@ -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 ""