typo
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 @@
 \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}