diff options
author | Georg Brandl <georg@python.org> | 2006-01-23 21:33:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-23 21:33:03 (GMT) |
commit | 296152e644e9974ed3152f1f5789d4da532eab47 (patch) | |
tree | 1cd93b6f4325d68ae1f36b482ed399222c1b2742 /Doc/lib/libmmap.tex | |
parent | 8797578a06aa65e3f2b3b0edb65870abcd45f20f (diff) | |
download | cpython-296152e644e9974ed3152f1f5789d4da532eab47.zip cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.gz cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.bz2 |
Correct typos and markup errors (Raymond, thanks for texcheck)
Diffstat (limited to 'Doc/lib/libmmap.tex')
-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 99fdc5b..e7db814 100644 --- a/Doc/lib/libmmap.tex +++ b/Doc/lib/libmmap.tex @@ -63,7 +63,7 @@ the underlying file. \strong{(\UNIX{} version)} Maps \var{length} bytes from the file specified by the file descriptor \var{fileno}, and returns a mmap object. If \var{length} is \code{0}, the maximum length of the map - will be the current size of the file when \function{mmap(} is + will be the current size of the file when \function{mmap()} is called. \var{flags} specifies the nature of the mapping. |