]> granicus.if.org Git - python/commitdiff
Fix double word typos.
authorRaymond Hettinger <python@rcn.com>
Mon, 25 Aug 2003 04:28:05 +0000 (04:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 25 Aug 2003 04:28:05 +0000 (04:28 +0000)
Doc/lib/libcookie.tex
Doc/lib/libfuncs.tex
Doc/lib/liblocale.tex
Doc/lib/libmailbox.tex
Doc/lib/libmultifile.tex
Doc/lib/libpdb.tex
Doc/lib/libprofile.tex
Doc/lib/librfc822.tex
Doc/lib/libuserdict.tex
Doc/lib/libzipfile.tex

index 43d5ada0f37f111963874b9596a49393f8e3d0b4..f872ed2f2c451625f5109108351769badde1a99d 100644 (file)
@@ -12,7 +12,7 @@ cookies, an HTTP state management mechanism. It supports both simple
 string-only cookies, and provides an abstraction for having any serializable
 data-type as cookie value.
 
-The module formerly strictly applied the parsing rules described in in
+The module formerly strictly applied the parsing rules described in
 the \rfc{2109} and \rfc{2068} specifications.  It has since been discovered
 that MSIE 3.0x doesn't follow the character rules outlined in those
 specs.  As a result, the parsing rules used are a bit less strict.
index 4464de554cafdcbb6a2841346fd09a73f8fa9a68..185723a4d84f832f63c00fc15d74d3102d37d8d6 100644 (file)
@@ -422,7 +422,7 @@ class C:
   file's desired buffer size: 0 means unbuffered, 1 means line
   buffered, any other positive value means use a buffer of
   (approximately) that size.  A negative \var{bufsize} means to use
-  the system default, which is usually line buffered for for tty
+  the system default, which is usually line buffered for tty
   devices and fully buffered for other files.  If omitted, the system
   default is used.\footnote{
     Specifying a buffer size currently has no effect on systems that
index 85d03392acbf8e0b5247d60d58d0830865208f41..df1f6fd2cbc5671d613059973088c1c52b48dd1f 100644 (file)
@@ -58,7 +58,7 @@ locale.setlocale(locale.LC_ALL, '')
 \end{funcdesc}
 
 \begin{funcdesc}{localeconv}{}
-  Returns the database of of the local conventions as a dictionary.
+  Returns the database of the local conventions as a dictionary.
   This dictionary has the following strings as keys:
 
   \begin{tableiii}{l|l|p{3in}}{constant}{Key}{Category}{Meaning}
index 94e0784485a6e3c689e6d91d8f0293866bb47804..947c2d33e18c385afb78e797ac66ad7ebb669e01 100644 (file)
@@ -72,7 +72,7 @@ mailbox specified by \var{dirname} is made available.
 Access a Babyl mailbox, which is similar to an MMDF mailbox.  In
 Babyl format, each message has two sets of headers, the
 \emph{original} headers and the \emph{visible} headers.  The original
-headers appear before a line containing only \code{'*** EOOH ***'}
+headers appear before a line containing only \code{'*** EOOH ***'}
 (End-Of-Original-Headers) and the visible headers appear after the
 \code{EOOH} line.  Babyl-compliant mail readers will show you only the
 visible headers, and \class{BabylMailbox} objects will return messages
index 0594ae780118473f85f97eed81531050e854cb4d..bdd573e754ed76dd371909021b612f569c3bcaef 100644 (file)
@@ -17,7 +17,7 @@ it can be easily adapted for more general use.
 \begin{classdesc}{MultiFile}{fp\optional{, seekable}}
 Create a multi-file.  You must instantiate this class with an input
 object argument for the \class{MultiFile} instance to get lines from,
-such as as a file object returned by \function{open()}.
+such as a file object returned by \function{open()}.
 
 \class{MultiFile} only ever looks at the input object's
 \method{readline()}, \method{seek()} and \method{tell()} methods, and
index ee08fa2274f1c9b173dfbd3e0186f14249e5d33c..ee9ab919311c393b7d2ebc379992c8f9663577bd 100644 (file)
@@ -77,7 +77,7 @@ used.  (See the explanation of the \keyword{exec} statement or the
 \end{funcdesc}
 
 \begin{funcdesc}{runeval}{expression\optional{, globals\optional{, locals}}}
-Evaluate the \var{expression} (given as a string) under debugger
+Evaluate the \var{expression} (given as a string) under debugger
 control.  When \function{runeval()} returns, it returns the value of the
 expression.  Otherwise this function is similar to
 \function{run()}.
index 9c5ce089182d437fd9cd7c3005ff800abf6bd762..f36ebfaa3946f6923c8e4ec3be21f34b3ae7b562 100644 (file)
@@ -533,7 +533,7 @@ The second limitation has to do with accuracy of timing information.
 There is a fundamental problem with deterministic profilers involving
 accuracy.  The most obvious restriction is that the underlying ``clock''
 is only ticking at a rate (typically) of about .001 seconds.  Hence no
-measurements will be more accurate that that underlying clock.  If
+measurements will be more accurate than the underlying clock.  If
 enough measurements are taken, then the ``error'' will tend to average
 out. Unfortunately, removing this first error induces a second source
 of error...
index e32493cee4deb82220b5107cad05c521556806d6..e7bbc28d37ff7e67338155167b00018661973311 100644 (file)
@@ -46,7 +46,7 @@ certain stdio libraries in which \cfunction{tell()} discards buffered
 data before discovering that the \cfunction{lseek()} system call
 doesn't work.  For maximum portability, you should set the seekable
 argument to zero to prevent that initial \method{tell()} when passing
-in an unseekable object such as a file object created from a socket
+in an unseekable object such as a file object created from a socket
 object.
 
 Input lines as read from the file may either be terminated by CR-LF or
index ef5c1bf626c740283e43abc415b41ea0911e80b3..144c0b4fa105b3f3fb54954a69b638d658be7bcd 100644 (file)
@@ -29,7 +29,7 @@ contents are kept in a regular dictionary, which is accessible via the
 \member{data} attribute of \class{UserDict} instances.  If
 \var{initialdata} is provided, \member{data} is initialized with its
 contents; note that a reference to \var{initialdata} will not be kept, 
-allowing it be used used for other purposes.
+allowing it be used for other purposes.
 \end{classdesc}
 
 In addition to supporting the methods and operations of mappings (see
index 69e7878b8a9af934ea6c7d5ad70ee712812a11ad..30c7aaf860ec9936f8a855adb0886512c198eca8 100644 (file)
@@ -210,7 +210,7 @@ Instances have the following attributes:
 \end{memberdesc}
 
 \begin{memberdesc}[ZipInfo]{date_time}
-  The time and date of the last modification to to the archive
+  The time and date of the last modification to the archive
   member.  This is a tuple of six values:
 
 \begin{tableii}{c|l}{code}{Index}{Value}