summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2018-09-14 04:17:40 (GMT)
committerGitHub <noreply@github.com>2018-09-14 04:17:40 (GMT)
commit1401018da127c668a607bc63a14e5b6c3156f916 (patch)
treea5deea145d4dce8d75c70a5ddf33d8ec4a910937 /Tools
parent4e824e96491f33c8a8462aa4970c55942064ae76 (diff)
downloadcpython-1401018da127c668a607bc63a14e5b6c3156f916.zip
cpython-1401018da127c668a607bc63a14e5b6c3156f916.tar.gz
cpython-1401018da127c668a607bc63a14e5b6c3156f916.tar.bz2
Remove wording that could be deemed to be perjorative (GH-9287)
Diffstat (limited to 'Tools')
-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 653afbe..a6a43d1 100755
--- a/Tools/clinic/clinic.py
+++ b/Tools/clinic/clinic.py
@@ -2787,7 +2787,7 @@ class str_converter(CConverter):
#
# This is the fourth or fifth rewrite of registering all the
-# crazy string converter format units. Previous approaches hid
+# string converter format units. Previous approaches hid
# bugs--generally mismatches between the semantics of the format
# unit and the arguments necessary to represent those semantics
# properly. Hopefully with this approach we'll get it 100% right.