diff options
Diffstat (limited to 'Lib/distutils/ccompiler.py')
-rw-r--r-- | Lib/distutils/ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py index 933060a..eb6200f 100644 --- a/Lib/distutils/ccompiler.py +++ b/Lib/distutils/ccompiler.py @@ -304,7 +304,7 @@ class CCompiler: def add_link_object (self, object): """Add 'object' to the list of object files (or analogues, such as - explictly named library files or the output of "resource + explicitly named library files or the output of "resource compilers") to be included in every link driven by this compiler object. """ |