summaryrefslogtreecommitdiff
path: root/Doc/dist
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-14 02:14:42 +0000
committerFred Drake <fdrake@acm.org>2001-07-14 02:14:42 +0000
commit398b9ef12ea88142f7429951809431e38b186176 (patch)
tree3601feb37b89dccb4a619bd4241814b556e085fc /Doc/dist
parent4660da0fa759363f74166826440cdb10b891d503 (diff)
downloadcpython-398b9ef12ea88142f7429951809431e38b186176.tar.gz
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 38911a1752..cc5be56a6c 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.