From: Fredrik Lundh Date: Sun, 15 Jan 2006 10:17:59 +0000 (+0000) Subject: typo X-Git-Tag: v2.5a0~819 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex index c7ab348fdd0f..99fdc5b62b77 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}