Skip to content

Commit 761162d

Browse files
committed
Tweak docstring
1 parent c00674e commit 761162d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distutils/_msvccompiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def _get_vcvars_spec(host_platform, platform):
198198
>>> _get_vcvars_spec('win-arm64', 'win-amd64')
199199
'arm64_amd64'
200200
201-
Always cross-compile from x86 to work with the lighter-weight MSVC
202-
installs that do not include native 64-bit tools.
201+
Otherwise, always cross-compile from x86 to work with the
202+
lighter-weight MSVC installs that do not include native 64-bit tools.
203203
204204
>>> _get_vcvars_spec('win32', 'win32')
205205
'x86'

0 commit comments

Comments
 (0)