Skip to content

Commit 3c5731f

Browse files
committed
Fix outdated docstring in _msvccompiler
1 parent b8c70bb commit 3c5731f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distutils/_msvccompiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Contains MSVCCompiler, an implementation of the abstract CCompiler class
44
for Microsoft Visual Studio 2015.
55
6-
The module is compatible with VS 2015 and later. You can find legacy support
7-
for older versions in distutils.msvc9compiler and distutils.msvccompiler.
6+
Please ensure that you are using VS 2015 or later.
87
"""
98

109
# Written by Perry Stoll

0 commit comments

Comments
 (0)