diff options
| author | Xtreak <tir.karthi@gmail.com> | 2019-06-03 04:42:33 +0530 |
|---|---|---|
| committer | Petr Viktorin <encukou@gmail.com> | 2019-06-03 01:12:33 +0200 |
| commit | b30cb4676572d51a26f3b74a40035df97f8a41c7 (patch) | |
| tree | c929055858ded97ef14eacc25a9311b977c358df | |
| parent | 9d9a6d30b814bfdd7265e67ae9eea2f6e2db1657 (diff) | |
| download | python-setuptools-git-b30cb4676572d51a26f3b74a40035df97f8a41c7.tar.gz | |
Fix typos in docs and docstrings (GH-13745)
| -rw-r--r-- | ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccompiler.py b/ccompiler.py index b71d1d39..1a411ed1 100644 --- a/ccompiler.py +++ b/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 |
