change OS X to macOS (#41294)

* change OS X to macOS

<!--- Your description here -->

+label: docsite_pr

* Update all Mac OS X references to be macOS

* Drop extra Mac
This commit is contained in:
Troy Murray
2018-06-26 14:09:23 -04:00
committed by Sam Doran
parent c0c20835ac
commit 15ce7c5bab
22 changed files with 45 additions and 45 deletions

View File

@@ -120,7 +120,7 @@ def main():
try:
cwd = os.getcwd()
except OSError as ex:
# some platforms, such as OS X, may not allow querying the working directory when using become to drop privileges
# some platforms, such as macOS, may not allow querying the working directory when using become to drop privileges
if ex.errno != errno.EACCES:
raise
if require_cwd: