diff options
Diffstat (limited to 'msvccompiler.py')
| -rw-r--r-- | msvccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvccompiler.py b/msvccompiler.py index 1048cd41..d1de2fbf 100644 --- a/msvccompiler.py +++ b/msvccompiler.py @@ -172,7 +172,7 @@ def get_build_version(): def get_build_architecture(): """Return the processor architecture. - Possible results are "Intel", "Itanium", or "AMD64". + Possible results are "Intel" or "AMD64". """ prefix = " bit (" |
