diff options
| author | wim glenn <hey@wimglenn.com> | 2022-04-30 12:55:30 -0500 |
|---|---|---|
| committer | wim glenn <hey@wimglenn.com> | 2022-04-30 12:55:30 -0500 |
| commit | 5bac124942b476e1defa6e22baf4705481a45260 (patch) | |
| tree | 5fabaf29ca8f23f74378e0f121c96f7c4eaf18cd | |
| parent | 2c34a366b169d6bd4079b2758badde700d6bd119 (diff) | |
| download | python-setuptools-git-5bac124942b476e1defa6e22baf4705481a45260.tar.gz | |
fix a typo
| -rw-r--r-- | distutils/ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils/ccompiler.py b/distutils/ccompiler.py index c9eb709b..777fc661 100644 --- a/distutils/ccompiler.py +++ b/distutils/ccompiler.py @@ -392,7 +392,7 @@ class CCompiler: return output_dir, macros, include_dirs def _prep_compile(self, sources, output_dir, depends=None): - """Decide which souce files must be recompiled. + """Decide which source files must be recompiled. Determine the list of object files corresponding to 'sources', and figure out which ones really need to be recompiled. |
