diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
commit | 17f690f96b328b810c2df9a8840bdd3171b5ee50 (patch) | |
tree | ad61a9cffe4df39d71d37e01124915c3b46b8902 /Doc/dist | |
parent | 6e5e1d924cb58be4b1922f0087e3528517f161c1 (diff) | |
download | cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.zip cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.gz cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 38911a1..cc5be56 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -6,7 +6,7 @@ \title{Distributing Python Modules} \author{Greg Ward} -\authoraddress{E-mail: \email{gward@python.net}} +\authoraddress{Email: \email{gward@python.net}} \makeindex @@ -1237,8 +1237,8 @@ extending the Distutils.) \label{creating-wininst} Executable Windows installers are the natural format for binary -distributions on Windows. They display a nice GUI interface, display -some information of the module distribution to be installed, taken +distributions on Windows. They display a nice graphical user interface, +display some information of the module distribution to be installed, taken from the meta-dada in the setup script, let the user select a few (currently maybe too few) options, and start or cancel the installation. |