diff options
| author | luz paz <luzpaz@users.noreply.github.com> | 2021-05-14 08:34:17 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2021-05-14 08:34:17 -0400 |
| commit | c063b3af1ecbcea0f0cc63b941f5e2038be9efcb (patch) | |
| tree | 6e5a6410fa4c3912bda6328bc9e0074c3d54ec37 /setuptools/_distutils | |
| parent | 317ad2c4c9edf793e65372e80ec2d64f4edf147f (diff) | |
| download | python-setuptools-git-c063b3af1ecbcea0f0cc63b941f5e2038be9efcb.tar.gz | |
Fix misc. doc typos
Found via `codespell`
Diffstat (limited to 'setuptools/_distutils')
| -rw-r--r-- | setuptools/_distutils/ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_distutils/ccompiler.py b/setuptools/_distutils/ccompiler.py index b38cf261..48d160d2 100644 --- a/setuptools/_distutils/ccompiler.py +++ b/setuptools/_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. |
