We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mmap.mmap.resize
1 parent 4f9a8d0 commit 1569275Copy full SHA for 1569275
Doc/whatsnew/3.15.rst
@@ -1412,7 +1412,7 @@ that may require changes to your code.
1412
:func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
1413
(Contributed by Serhiy Storchaka in :gh:`137044`.)
1414
1415
-* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the
+* :meth:`mmap.mmap.resize` has been removed on platforms that don't support the
1416
underlying syscall, instead of raising a :exc:`SystemError`.
1417
1418
* A resource warning is now emitted for an unclosed
0 commit comments