]> granicus.if.org Git - python/commitdiff
Be consistent in the use of read-only.
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Thu, 17 Apr 2008 12:39:45 +0000 (12:39 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Thu, 17 Apr 2008 12:39:45 +0000 (12:39 +0000)
Doc/library/mmap.rst

index d2a6d1e4b484cf8eedbacc391a28b35ec5c8d7e3..a9a4ad81219a1e0c492603d7faedb56b6f9c55d4 100644 (file)
@@ -26,7 +26,7 @@ still needs to be closed when done).
 For both the Unix and Windows versions of the constructor, *access* may be
 specified as an optional keyword parameter. *access* accepts one of three
 values: :const:`ACCESS_READ`, :const:`ACCESS_WRITE`, or :const:`ACCESS_COPY`
-to specify readonly, write-through or copy-on-write memory respectively.
+to specify read-only, write-through or copy-on-write memory respectively.
 *access* can be used on both Unix and Windows.  If *access* is not specified,
 Windows mmap returns a write-through mapping.  The initial memory values for
 all three access types are taken from the specified file.  Assignment to an