summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-02 23:12:33 (GMT)
committerPetr Viktorin <encukou@gmail.com>2019-06-02 23:12:33 (GMT)
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/distutils
parente584cbff1ea78e700cf9943d50467e3b58301ccc (diff)
downloadcpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.zip
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.bz2
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py
index b71d1d3..1a411ed 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -545,7 +545,7 @@ class CCompiler:
'extra_preargs' and 'extra_postargs' are implementation- dependent.
On platforms that have the notion of a command-line (e.g. Unix,
DOS/Windows), they are most likely lists of strings: extra
- command-line arguments to prepand/append to the compiler command
+ command-line arguments to prepend/append to the compiler command
line. On other platforms, consult the implementation class
documentation. In any event, they are intended as an escape hatch
for those occasions when the abstract compiler framework doesn't