[Python-checkins] CVS: python/dist/src/Doc/mac libctb.tex,1.15,1.16

Fred L. Drake fdrake@users.sourceforge.net
Thu, 05 Jul 2001 23:49:34 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv7090/mac

Modified Files:
	libctb.tex 
Log Message:

Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.


Index: libctb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libctb.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** libctb.tex	2000/10/14 04:49:36	1.15
--- libctb.tex	2001/07/06 06:49:32	1.16
***************
*** 86,90 ****
  \begin{methoddesc}[connection]{Close}{timeout, now}
  Close a connection. When \var{now} is zero, the close is orderly
! (i.e.\ outstanding output is flushed, etc.)\ with a timeout of
  \var{timeout} seconds. When \var{now} is non-zero the close is
  immediate, discarding output.
--- 86,90 ----
  \begin{methoddesc}[connection]{Close}{timeout, now}
  Close a connection. When \var{now} is zero, the close is orderly
! (outstanding output is flushed, etc.)\ with a timeout of
  \var{timeout} seconds. When \var{now} is non-zero the close is
  immediate, discarding output.