summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-13 10:26:31 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-13 10:26:56 (GMT)
commit43cd277ae924c6288eaa9998720c25cb2c26d694 (patch)
treef4f3f5a40dc789ea7e3b027ae9416b95f4a7dc43 /Doc/library
parentc4ab024530feb3a66d51bcef2e33b309ca0d543f (diff)
downloadcpython-3.15.0a4.zip
cpython-3.15.0a4.tar.gz
cpython-3.15.0a4.tar.bz2
Python 3.15.0a4v3.15.0a4
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/mmap.rst2
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()