Minor changes to match the style guide.
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 @@
\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.