summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTools/clinic/clinic.py2
1 files changed, 1 insertions, 1 deletions
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 ""