[Python-checkins] r42057 - python/trunk/Doc/lib/libmmap.tex

fredrik.lundh python-checkins at python.org
Sun Jan 15 11:18:00 CET 2006


Author: fredrik.lundh
Date: Sun Jan 15 11:17:59 2006
New Revision: 42057

Modified:
   python/trunk/Doc/lib/libmmap.tex
Log:
typo



Modified: python/trunk/Doc/lib/libmmap.tex
==============================================================================
--- python/trunk/Doc/lib/libmmap.tex	(original)
+++ python/trunk/Doc/lib/libmmap.tex	Sun Jan 15 11:17:59 2006
@@ -164,6 +164,6 @@
 \begin{methoddesc}{write_byte}{\var{byte}}
   Write the single-character string \var{byte} into memory at the
   current position of the file pointer; the file position is advanced
-  by \code{1}.If the mmap was created with \constant{ACCESS_READ},
+  by \code{1}. If the mmap was created with \constant{ACCESS_READ},
   then writing to it will throw a \exception{TypeError} exception.
 \end{methoddesc}


More information about the Python-checkins mailing list