]> granicus.if.org Git - python/commitdiff
Two typos.
authorGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:55:38 +0000 (10:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:55:38 +0000 (10:55 +0000)
Doc/distutils/builtdist.rst

index ab37c0f7a80ecd23071a98b391c9eb4c3b9777a6..5832552bfacc13ecab205944f03312660384174a 100644 (file)
@@ -322,7 +322,7 @@ the :option:`--no-target-compile` and/or the :option:`--no-target-optimize`
 option.
 
 By default the installer will display the cool "Python Powered" logo when it is
-run, but you can also supply your own 152x161 bitmap which must be a Windows
+run, but you can also supply your own 152x261 bitmap which must be a Windows
 :file:`.bmp` file with the :option:`--bitmap` option.
 
 The installer will also display a large title on the desktop background window
@@ -375,7 +375,7 @@ check or modify your existing install.)
 The Postinstallation script
 ---------------------------
 
-Starting with Python 2.3, a postinstallation script can be specified which the
+Starting with Python 2.3, a postinstallation script can be specified with the
 :option:`--install-script` option.  The basename of the script must be
 specified, and the script filename must also be listed in the scripts argument
 to the setup function.