projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634863c
)
typo
author
Fredrik Lundh
<fredrik@pythonware.com>
Sun, 15 Jan 2006 10:17:59 +0000
(10:17 +0000)
committer
Fredrik Lundh
<fredrik@pythonware.com>
Sun, 15 Jan 2006 10:17:59 +0000
(10:17 +0000)
Doc/lib/libmmap.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libmmap.tex
b/Doc/lib/libmmap.tex
index c7ab348fdd0ff55330910940b37e705871390712..99fdc5b62b777565ce88c43e0a10294f56202d1c 100644
(file)
--- a/
Doc/lib/libmmap.tex
+++ b/
Doc/lib/libmmap.tex
@@
-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}