[Python-checkins] r42161 - python/trunk/Doc/lib/libcookie.tex python/trunk/Doc/lib/libdl.tex python/trunk/Doc/lib/libmmap.tex python/trunk/Doc/lib/libwinreg.tex

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


Author: georg.brandl
Date: Mon Jan 23 22:33:03 2006
New Revision: 42161

Modified:
   python/trunk/Doc/lib/libcookie.tex
   python/trunk/Doc/lib/libdl.tex
   python/trunk/Doc/lib/libmmap.tex
   python/trunk/Doc/lib/libwinreg.tex
Log:
Correct typos and markup errors (Raymond, thanks for texcheck)



Modified: python/trunk/Doc/lib/libcookie.tex
==============================================================================
--- python/trunk/Doc/lib/libcookie.tex	(original)
+++ python/trunk/Doc/lib/libcookie.tex	Mon Jan 23 22:33:03 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/trunk/Doc/lib/libdl.tex
==============================================================================
--- python/trunk/Doc/lib/libdl.tex	(original)
+++ python/trunk/Doc/lib/libdl.tex	Mon Jan 23 22:33:03 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/trunk/Doc/lib/libmmap.tex
==============================================================================
--- python/trunk/Doc/lib/libmmap.tex	(original)
+++ python/trunk/Doc/lib/libmmap.tex	Mon Jan 23 22:33:03 2006
@@ -63,7 +63,7 @@
   \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.

Modified: python/trunk/Doc/lib/libwinreg.tex
==============================================================================
--- python/trunk/Doc/lib/libwinreg.tex	(original)
+++ python/trunk/Doc/lib/libwinreg.tex	Mon Jan 23 22:33:03 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