Skip to content

Commit 3dcdf85

Browse files
authored
Fix outdated docstring in _msvccompiler
Pull request #291 from abravalheri
2 parents de0bb44 + de03b24 commit 3dcdf85

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+
This module requires VS 2015 or later.
87
"""
98

109
# Written by Perry Stoll

0 commit comments

Comments
 (0)