]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor changes to match the style guide.
authorFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 02:14:42 +0000 (02:14 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 02:14:42 +0000 (02:14 +0000)
Doc/dist/dist.tex
Doc/inst/inst.tex
Doc/mac/libmacic.tex
Doc/mac/libmacos.tex
Doc/templates/howto.tex
Doc/templates/manual.tex
Doc/tut/tut.tex

index 38911a1752f8aafb9a01ec9b16a400a57593a00c..cc5be56a6c2dee7857111148eb3ac5c5a68d2886 100644 (file)
@@ -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.
 
index 89a4e3aa012a1f18e2dd24856ede4278259c9261..0037877e82d03aa0988e4bbe944e12d0abf42056 100644 (file)
@@ -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 @@ python setup.py install
 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 @@ Borland \Cpp{} compiler version 5.5.\footnote{Check
 
 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:
index 715b31b2761d08fa781afddc6c9e43256eafd788..de5daa66d525833095d911b254ce9885e9b4eda3 100644 (file)
@@ -34,7 +34,7 @@ Exception raised on errors in the \module{ic} module.
 The \module{ic} module defines the following class and function:
 
 \begin{classdesc}{IC}{\optional{signature\optional{, ic}}}
-Create an internet config object. The signature is a 4-character creator
+Create an Internet Config object. The signature is a 4-character creator
 code of the current application (default \code{'Pyth'}) which may
 influence some of ICs settings. The optional \var{ic} argument is a
 low-level \code{icglue.icinstance} created beforehand, this may be
index d3287f4ee19aa170d3aef6852eaa8a54ade04cc3..60e7f9b9aa50b73789e554ab984e4b5b988517c1 100644 (file)
@@ -51,7 +51,7 @@ runtime when Python is in the foreground and \var{bgyield} seconds per
 All parameters are optional, and default to the current value. The return
 value of this function is a tuple with the old values of these options.
 Initial defaults are that all processing is enabled, checking is done every
-quarter second and the CPU is given up for a quarter second when in the
+quarter second and the processor is given up for a quarter second when in the
 background.
 \end{funcdesc}
 
index 1f7bb6fccc34b8b569a9ef3ef778e2032437d862..fdbb0657c4ae5f4f95c5266e8fd7ce40ab51e9a1 100644 (file)
@@ -19,7 +19,7 @@
 % The author and/or editor can define 'significant' however they like.
 \release{0.00}
 
-% At minimum, give your name and an e-mail address.  You can include a
+% At minimum, give your name and an email address.  You can include a
 % snail-mail address if you like.
 \author{Me, 'cause I wrote it}
 \authoraddress{Me, 'cause I'm self-employed.}
index e1114d67e25d1a46c6fd331f98dd3ef1105a636a..d75187c7bcbb1ffefaf0699b9f2b8a0e6e03b927 100644 (file)
@@ -16,7 +16,7 @@
 \authoraddress{
        Organization name, if applicable \\
        Street address, if you want to use it \\
-       E-mail: \email{your-email@your.domain}
+       Email: \email{your-email@your.domain}
 }
 
 \date{April 30, 1999}          % update before release!
index 8d75ff67fc450b699267459489ec3e03d9263a42..a3a01a49435e728ccf079986bfb15bd7c88097ed 100644 (file)
@@ -33,7 +33,7 @@ on most platforms.
 
 The Python interpreter and the extensive standard library are freely
 available in source or binary form for all major platforms from the
-Python web site, \url{http://www.python.org}, and can be freely
+Python Web site, \url{http://www.python.org/}, and can be freely
 distributed.  The same site also contains distributions of and
 pointers to many free third party Python modules, programs and tools,
 and additional documentation.
@@ -105,7 +105,7 @@ reused in other Python programs.  It comes with a large collection of
 standard modules that you can use as the basis of your programs --- or
 as examples to start learning to program in Python.  There are also
 built-in modules that provide things like file I/O, system calls,
-sockets, and even interfaces to GUI toolkits like Tk.  
+sockets, and even interfaces to graphical user interface toolkits like Tk.  
 
 Python is an interpreted language, which can save you considerable time
 during program development because no compilation and linking is
@@ -745,7 +745,7 @@ The built-in function \function{len()} returns the length of a string:
 
 Starting with Python 2.0 a new data type for storing text data is
 available to the programmer: the Unicode object. It can be used to
-store and manipulate Unicode data (see \url{http://www.unicode.org})
+store and manipulate Unicode data (see \url{http://www.unicode.org/})
 and integrates well with the existing string objects providing
 auto-conversions where necessary.
 
@@ -3936,7 +3936,7 @@ you an idea of what's available.
 
 The major Python Web site is \url{http://www.python.org/}; it contains
 code, documentation, and pointers to Python-related pages around the
-Web.  This web site is mirrored in various places around the
+Web.  This Web site is mirrored in various places around the
 world, such as Europe, Japan, and Australia; a mirror may be faster
 than the main site, depending on your geographical location.  A more
 informal site is \url{http://starship.python.net/}, which contains a