diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-04-11 16:18:14 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-04-11 16:18:14 (GMT) |
commit | b2faddb6106c3b53f509ac1d7775abc337c5209b (patch) | |
tree | fba0177bf1e38cb9346dd70d4fa9645c05d94645 /Doc/distutils | |
parent | 2c130b6be7e1003bed8fd493601aa959a5deed5f (diff) | |
download | cpython-b2faddb6106c3b53f509ac1d7775abc337c5209b.zip cpython-b2faddb6106c3b53f509ac1d7775abc337c5209b.tar.gz cpython-b2faddb6106c3b53f509ac1d7775abc337c5209b.tar.bz2 |
Re-word
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/setupscript.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 61f57aa..851c904 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -334,9 +334,9 @@ Other options There are still some other options which can be used to handle special cases. -The :option:`optional` option is a boolean; if it is true, that specifies that -a build failure in the extension should not abort the build process, but simply -not install the failing extension. +The :option:`optional` option is a boolean; if it is true, +a build failure in the extension will not abort the build process, but +instead simply not install the failing extension. The :option:`extra_objects` option is a list of object files to be passed to the linker. These files must not have extensions, as the default extension for the |