]> granicus.if.org Git - python/commitdiff
Re-word
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 11 Apr 2009 16:18:14 +0000 (16:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 11 Apr 2009 16:18:14 +0000 (16:18 +0000)
Doc/distutils/setupscript.rst

index 61f57aa37b81c024b6e786bd585928d28aec1e8e..851c904848b575823b8e334d46efe793041f71e5 100644 (file)
@@ -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