[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.109,1.110

Thomas Wouters python-dev@python.org
Sun, 16 Jul 2000 12:05:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27163/Doc/tut

Modified Files:
	tut.tex 
Log Message:

More of Rob W. W. Hooft's spelling fixes. The only ones left now are the
distutils patches, which I'll leave to the distutils maintainers.

Tip: review the patch like this:

grep "^[\!+-] " <patchfile>

To get a quick and easy way to review the actual changes. Most of the
changes are single-line ones, anyway.



Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** tut.tex	2000/07/08 05:18:54	1.109
--- tut.tex	2000/07/16 19:05:38	1.110
***************
*** 742,746 ****
  available to the programmer: the Unicode object. It can be used to
  store and manipulate Unicode data (see \url{http://www.unicode.org})
! and intergrates well with the existing string objects providing
  auto-conversions where necessary.
  
--- 742,746 ----
  available to the programmer: the Unicode object. It can be used to
  store and manipulate Unicode data (see \url{http://www.unicode.org})
! and integrates well with the existing string objects providing
  auto-conversions where necessary.
  
***************
*** 799,803 ****
  
  Apart from these standard encodings, Python provides a whole set of
! other ways of creating Unicod strings on the basis of a known
  encoding. 
  
--- 799,803 ----
  
  Apart from these standard encodings, Python provides a whole set of
! other ways of creating Unicode strings on the basis of a known
  encoding. 
  
***************
*** 808,812 ****
  are variable length encodings which permit to store Unicode characters
  in 8 or 16 bits. Python uses UTF-8 as default encoding. This becomes
! noticable when printing Unicode strings or writing them to files.
  
  \begin{verbatim}
--- 808,812 ----
  are variable length encodings which permit to store Unicode characters
  in 8 or 16 bits. Python uses UTF-8 as default encoding. This becomes
! noticeable when printing Unicode strings or writing them to files.
  
  \begin{verbatim}
***************
*** 3020,3024 ****
  
  When an exception occurs, it may have an associated value, also known as
! the exceptions's \emph{argument}.
  The presence and type of the argument depend on the exception type.
  For exception types which have an argument, the except clause may
--- 3020,3024 ----
  
  When an exception occurs, it may have an associated value, also known as
! the exception's \emph{argument}.
  The presence and type of the argument depend on the exception type.
  For exception types which have an argument, the except clause may