]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport typo fixes.
authorGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:34:21 +0000 (21:34 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:34:21 +0000 (21:34 +0000)
Doc/lib/libcookie.tex
Doc/lib/libdl.tex
Doc/lib/libwinreg.tex

index bba9c79ed9335964ec3475dff6716eb9910df987..dfae106c1d749f4d08c2400a27301f5c4c42601b 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 6a2d01ea7321a17237499f0fda0eb9adc1f57db6..f0177e063bac8f600fd6553231aaf262640421b2 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.