diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 10:17:59 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 10:17:59 (GMT) |
commit | 7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7 (patch) | |
tree | b9767f5faf36e76b98359a0642c033656560ecd3 /Doc | |
parent | 634863cddea46536983f209652a085e03fa1dc8c (diff) | |
download | cpython-7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7.zip cpython-7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7.tar.gz cpython-7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmmap.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex index c7ab348..99fdc5b 100644 --- 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} |