diff options
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/mmap.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mmap.rst b/Doc/library/mmap.rst index 41b90f2..cd5f960 100644 --- a/Doc/library/mmap.rst +++ b/Doc/library/mmap.rst @@ -337,7 +337,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length .. availability:: Linux >= 5.17 (kernel built with ``CONFIG_ANON_VMA_NAME`` option) - .. versionadded:: next + .. versionadded:: 3.15 .. method:: size() |
