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 /Modules | |
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 'Modules')
-rw-r--r-- | Modules/_ctypes/libffi_msvc/README | 4 | ||||
-rw-r--r-- | Modules/_ctypes/libffi_osx/README | 4 |
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 |