From: Georg Brandl Date: Mon, 23 Jan 2006 21:34:21 +0000 (+0000) Subject: Backport typo fixes. X-Git-Tag: v2.4.3c1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b41b0862f7936525eee667bbab8c00cd0f2d5be;p=thirdparty%2FPython%2Fcpython.git Backport typo fixes. --- diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex index bba9c79ed933..dfae106c1d74 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -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.} diff --git a/Doc/lib/libdl.tex b/Doc/lib/libdl.tex index 3da4db27525f..325724c8424f 100644 --- a/Doc/lib/libdl.tex +++ b/Doc/lib/libdl.tex @@ -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: diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 6a2d01ea7321..f0177e063bac 100644 --- a/Doc/lib/libwinreg.tex +++ b/Doc/lib/libwinreg.tex @@ -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.