Skip to content

Commit 73598fb

Browse files
authored
Address the review
1 parent e538300 commit 73598fb

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
@@ -291,7 +291,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
291291
Return the length of the file, which can be larger than the size of the
292292
memory-mapped area.
293293

294-
.. versionchanged:: 3.12
294+
.. versionchanged:: 3.11
295295
For a mapping of anonymous memory, the size is now returned on both
296296
Unix and Windows. Previously, the size would be returned on Windows
297297
and an :exc:`OSError` would be raised on Unix.

0 commit comments

Comments
 (0)