diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
commit | b184ae860e7a1922918a1822274fb7bacacde163 (patch) | |
tree | 613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/libmmap.tex | |
parent | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff) | |
download | cpython-b184ae860e7a1922918a1822274fb7bacacde163.zip cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2 |
fix a bunch of spelling errors
(closes SF patch #1104868)
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 0334147..d0fbf88 100644 --- a/Doc/lib/libmmap.tex +++ b/Doc/lib/libmmap.tex @@ -35,7 +35,7 @@ mapping. The initial memory values for all three access types are taken from the specified file. Assignment to an \constant{ACCESS_READ} memory map raises a \exception{TypeError} exception. Assignment to an \constant{ACCESS_WRITE} memory map -affects both memory and the underlying file. Assigment to an +affects both memory and the underlying file. Assignment to an \constant{ACCESS_COPY} memory map affects memory but does not update the underlying file. |