Skip to content

Commit e08de1c

Browse files
committed
Fix docs
1 parent 42e562e commit e08de1c

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
@@ -277,7 +277,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
277277
pagefile) will silently create a new map with the original data copied over
278278
up to the length of the new size.
279279

280-
.. availability:: Systems with the ``madvise`` system call or Windows.
280+
.. availability:: Linux, Windows
281281

282282
.. versionchanged:: 3.11
283283
Correctly fails if attempting to resize when another map is held

0 commit comments

Comments
 (0)