Skip to content

Commit 40147bb

Browse files
committed
Update document
1 parent e7655cc commit 40147bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/mmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
233233
Allow specifying *offset* without *size*. Previously, both *offset*
234234
and *size* parameters were required together. Now *offset* can be
235235
specified alone, and the flush operation will extend from *offset*
236-
to the end of the buffer.
236+
to the end of the mmap.
237237

238238

239239
.. method:: madvise(option[, start[, length]])

0 commit comments

Comments
 (0)