]> granicus.if.org Git - python/commitdiff
typo
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 10:17:59 +0000 (10:17 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 10:17:59 +0000 (10:17 +0000)
Doc/lib/libmmap.tex

index c7ab348fdd0ff55330910940b37e705871390712..99fdc5b62b777565ce88c43e0a10294f56202d1c 100644 (file)
@@ -164,6 +164,6 @@ Memory-mapped file objects support the following methods:
 \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}