summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-14 02:14:42 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-14 02:14:42 (GMT)
commit17f690f96b328b810c2df9a8840bdd3171b5ee50 (patch)
treead61a9cffe4df39d71d37e01124915c3b46b8902 /Doc/dist
parent6e5e1d924cb58be4b1922f0087e3528517f161c1 (diff)
downloadcpython-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.tex6
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.