[Python-checkins] r42163 - python/branches/release24-maint/Doc/lib/libcookie.tex python/branches/release24-maint/Doc/lib/libdl.tex python/branches/release24-maint/Doc/lib/libwinreg.tex

georg.brandl python-checkins at python.org
Mon Jan 23 22:34:22 CET 2006


Author: georg.brandl
Date: Mon Jan 23 22:34:21 2006
New Revision: 42163

Modified:
   python/branches/release24-maint/Doc/lib/libcookie.tex
   python/branches/release24-maint/Doc/lib/libdl.tex
   python/branches/release24-maint/Doc/lib/libwinreg.tex
Log:
Backport typo fixes.



Modified: python/branches/release24-maint/Doc/lib/libcookie.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libcookie.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libcookie.tex	Mon Jan 23 22:34:21 2006
@@ -68,7 +68,7 @@
 
 
 \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.}
 

Modified: python/branches/release24-maint/Doc/lib/libdl.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libdl.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libdl.tex	Mon Jan 23 22:34:21 2006
@@ -27,7 +27,7 @@
 (\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:

Modified: python/branches/release24-maint/Doc/lib/libwinreg.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libwinreg.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libwinreg.tex	Mon Jan 23 22:34:21 2006
@@ -387,8 +387,8 @@
  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.


More information about the Python-checkins mailing list