summaryrefslogtreecommitdiffstats
path: root/Modules
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 /Modules
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 'Modules')
-rw-r--r--Modules/_ctypes/libffi_msvc/README4
-rw-r--r--Modules/_ctypes/libffi_osx/README4
2 files changed, 4 insertions, 4 deletions
diff --git a/Modules/_ctypes/libffi_msvc/README b/Modules/_ctypes/libffi_msvc/README
index 1fc2747..69e46cb 100644
--- a/Modules/_ctypes/libffi_msvc/README
+++ b/Modules/_ctypes/libffi_msvc/README
@@ -372,8 +372,8 @@ single-precision anyway. This causes one test to fail (the `many
arguments' test).
-What's With The Crazy Comments?
-===============================
+What's With The Cryptic Comments?
+=================================
You might notice a number of cryptic comments in the code, delimited
by /*@ and @*/. These are annotations read by the program LCLint, a
diff --git a/Modules/_ctypes/libffi_osx/README b/Modules/_ctypes/libffi_osx/README
index 1fc2747..69e46cb 100644
--- a/Modules/_ctypes/libffi_osx/README
+++ b/Modules/_ctypes/libffi_osx/README
@@ -372,8 +372,8 @@ single-precision anyway. This causes one test to fail (the `many
arguments' test).
-What's With The Crazy Comments?
-===============================
+What's With The Cryptic Comments?
+=================================
You might notice a number of cryptic comments in the code, delimited
by /*@ and @*/. These are annotations read by the program LCLint, a