diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-15 12:21:45 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-15 12:21:45 -0400 |
commit | 06049448d94cf8a73c43755e6b929b4f871e2cbd (patch) | |
tree | edc1f98717452c7211091d34ef0521b00b82c8a6 /src/_cffi_src | |
parent | 6ca6f4d9366b22d4f026723789dab19f99e5be44 (diff) | |
download | cryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.tar.gz cryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.tar.bz2 cryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.zip |
Be on brand: it's macOS (#3456)
* Be on brand: it's macOS
* line wrap
Diffstat (limited to 'src/_cffi_src')
-rw-r--r-- | src/_cffi_src/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/utils.py b/src/_cffi_src/utils.py index 00c8badb..3a4dd773 100644 --- a/src/_cffi_src/utils.py +++ b/src/_cffi_src/utils.py @@ -90,7 +90,7 @@ def extra_link_args(compiler_type): def compiler_type(): """ Gets the compiler type from distutils. On Windows with MSVC it will be - "msvc". On OS X and linux it is "unix". + "msvc". On macOS and linux it is "unix". """ dist = Distribution() dist.parse_config_files() |