commit | 55f41e45b4318cbe19209f5144641344d0049fb8 | [log] [tgz] |
---|---|---|
author | Andre Delfino <adelfino@gmail.com> | Wed Dec 05 16:45:30 2018 -0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Dec 05 21:45:30 2018 +0200 |
tree | ec0b6422a595cf8cfbae67d0525f6644b9314833 | |
parent | 1ce853f37783575e2b3aaa159ddcebc8660830ef [diff] [blame] |
Correct a couple of unbalanced parenthesis. (GH-10779)
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 9f549fb..b5a1da8 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst
@@ -185,7 +185,7 @@ Windows will return one of: - - win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + - win-amd64 (64bit Windows on AMD64, aka x86_64, Intel64, and EM64T) - win32 (all others - specifically, sys.platform is returned) Mac OS X can return: