diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-09-14 04:17:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 04:17:40 (GMT) |
commit | 1401018da127c668a607bc63a14e5b6c3156f916 (patch) | |
tree | a5deea145d4dce8d75c70a5ddf33d8ec4a910937 /Tools | |
parent | 4e824e96491f33c8a8462aa4970c55942064ae76 (diff) | |
download | cpython-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-x | Tools/clinic/clinic.py | 2 |
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. |