From 3da71ff0f26516c433538b2bfc4db196e20e0d44 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 28 Dec 2022 07:27:57 +0300 Subject: Fix copy-paste error in `Tools/clinic.py` (#100560) --- Tools/clinic/clinic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/clinic/clinic.py b/Tools/clinic/clinic.py index 552ed2c..abff4d2 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 "" -- cgit v0.12