Fix typos in docs and docstrings (GH-13745)

This commit is contained in:
Xtreak 2019-06-03 04:42:33 +05:30 committed by Petr Viktorin
parent e584cbff1e
commit 0d70227e41
15 changed files with 16 additions and 16 deletions

View file

@ -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