From 7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Sun, 15 Jan 2006 10:17:59 +0000 Subject: [PATCH] typo --- Doc/lib/libmmap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex index c7ab348fdd..99fdc5b62b 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} -- 2.50.1