summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/builtdist.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-06-27 10:55:38 (GMT)
committerGeorg Brandl <georg@python.org>2010-06-27 10:55:38 (GMT)
commitec83e3d43cbe0a177a1a7ff129d8835d3381e466 (patch)
tree26886564d9da77598421bf8cf6b6ab1053624da6 /Doc/distutils/builtdist.rst
parent3d0a602c355701936dba3e9927c48980d85be711 (diff)
downloadcpython-ec83e3d43cbe0a177a1a7ff129d8835d3381e466.zip
cpython-ec83e3d43cbe0a177a1a7ff129d8835d3381e466.tar.gz
cpython-ec83e3d43cbe0a177a1a7ff129d8835d3381e466.tar.bz2
Two typos.
Diffstat (limited to 'Doc/distutils/builtdist.rst')
-rw-r--r--Doc/distutils/builtdist.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst
index ab37c0f..5832552 100644
--- a/Doc/distutils/builtdist.rst
+++ b/Doc/distutils/builtdist.rst
@@ -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.