Minor changes to match the style guide.
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex
index 89a4e3a..0037877 100644
--- a/Doc/inst/inst.tex
+++ b/Doc/inst/inst.tex
@@ -20,7 +20,7 @@
 % and Feeding of a Python Installation" talk in here somewhere.  Yow!
 
 \author{Greg Ward}
-\authoraddress{E-mail: \email{gward@python.net}}
+\authoraddress{Email: \email{gward@python.net}}
 
 \makeindex
 
@@ -198,10 +198,10 @@
 On Windows, you'd probably download \file{foo-1.0.zip}.  If you
 downloaded the archive file to \file{C:\textbackslash{}Temp}, then it
 would unpack into \file{C:\textbackslash{}Temp\textbackslash{}foo-1.0};
-you can use either a GUI archive manipulator (such as WinZip) or a
-command-line tool (such as \program{unzip} or \program{pkunzip}) to
-unpack the archive.  Then, open a command prompt window (``DOS box''),
-and run:
+you can use either a archive manipulator with a grapical user interface
+(such as WinZip) or a command-line tool (such as \program{unzip} or
+\program{pkunzip}) to unpack the archive.  Then, open a command prompt
+window (``DOS box''), and run:
 
 \begin{verbatim}
 cd c:\Temp\foo-1.0
@@ -442,7 +442,7 @@
 
 First you have to know that the Borland's object file format(OMF) is
 different from what is used by the Python version you can download
-from the Python web site.  (Python is built with Microsoft Visual \Cpp,
+from the Python Web site.  (Python is built with Microsoft Visual \Cpp,
 which uses COFF as object file format.)  For this reason you have to
 convert Python's library \file{python20.lib} into the Borland format.
 You can do this as follows: