]> granicus.if.org Git - python/commitdiff
Correct typos and markup errors (Raymond, thanks for texcheck)
authorGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:33:03 +0000 (21:33 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:33:03 +0000 (21:33 +0000)
Doc/lib/libcookie.tex
Doc/lib/libdl.tex
Doc/lib/libmmap.tex
Doc/lib/libwinreg.tex

index 756ba1e5d3485697b00f4d039289f67f038bf5f8..e5d2038e2a5617cc22bf49a6724bfc763fad682f 100644 (file)
@@ -68,7 +68,7 @@ you should not use the \class{SerialCookie} class.
 
 
 \begin{seealso}
-  \seemodule{cookielib}{HTTP cookie handling for for web
+  \seemodule{cookielib}{HTTP cookie handling for web
     \emph{clients}.  The \module{cookielib} and \module{Cookie}
     modules do not depend on each other.}
 
index 3da4db27525f849f7537a3fc1cb3f52ba452cda9..325724c8424f988ba3fe3e3007fcf3346c05a05d 100644 (file)
@@ -27,7 +27,7 @@ signifies late binding (\constant{RTLD_LAZY}) or immediate binding
 (\constant{RTLD_NOW}). Default is \constant{RTLD_LAZY}. Note that some
 systems do not support \constant{RTLD_NOW}.
 
-Return value is a \pytype{dlobject}.
+Return value is a \class{dlobject}.
 \end{funcdesc}
 
 The \module{dl} module defines the following constants:
index 99fdc5b62b777565ce88c43e0a10294f56202d1c..e7db81495588b26f2e81ea6e8643bf2fc809d0cc 100644 (file)
@@ -63,7 +63,7 @@ the underlying file.
   \strong{(\UNIX{} version)} Maps \var{length} bytes from the file
   specified by the file descriptor \var{fileno}, and returns a mmap
   object.  If \var{length} is \code{0}, the maximum length of the map
-  will be the current size of the file when \function{mmap(} is
+  will be the current size of the file when \function{mmap()} is
   called.
   
   \var{flags} specifies the nature of the mapping.
index 638b6f2a13cb67bc94fa34a594cfac3f2af9f66c..d1e23da51cb7cd3e1717209c6574c322f0712b02 100644 (file)
@@ -387,8 +387,8 @@ This module offers the following functions:
  objects will compare true if they both reference the same
  underlying Windows handle value.
 
- Handle objects can be converted to an integer (eg, using the
- builtin \function{int()} function, in which case the underlying
+ Handle objects can be converted to an integer (e.g., using the
+ builtin \function{int()} function), in which case the underlying
  Windows handle value is returned.  You can also use the 
  \method{Detach()} method to return the integer handle, and
  also disconnect the Windows handle from the handle object.