Skip to content

Commit 13138d9

Browse files
corona10vstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 522ef49 commit 13138d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/mmap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
332332

333333
Annotate the memory mapping with the given *name* for easier identification
334334
in ``/proc/<pid>/maps`` if the kernel supports the feature and :option:`-X dev <-X>` is passed
335-
to Python or if Python is built in :ref:`debug mode <debug-build>`
336-
The length of *name* must not exceed 67 bytes including '\0'
335+
to Python or if Python is built in :ref:`debug mode <debug-build>`.
336+
The length of *name* must not exceed 67 bytes including '\0'.
337337

338338
.. availability:: Linux >= 5.17 (kernel built with ``CONFIG_ANON_VMA_NAME`` option)
339339

0 commit comments

Comments
 (0)