Skip to content

Commit 0ad3c26

Browse files
Update Doc/library/mmap.rst
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 590523f commit 0ad3c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/mmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
289289
pagefile) will silently create a new map with the original data copied over
290290
up to the length of the new size.
291291

292-
Availability: Windows and Systems with the ``mremap()`` system call.
292+
Availability: Windows and systems with the ``mremap()`` system call.
293293

294294
.. versionchanged:: 3.11
295295
Correctly fails if attempting to resize when another map is held

0 commit comments

Comments
 (0)