Skip to content

Commit 2ece41b

Browse files
corona10picnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 13138d9 commit 2ece41b

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
@@ -333,7 +333,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
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
335335
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'.
336+
The length of *name* must not exceed 67 bytes including the ``'\0'`` terminator.
337337

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

0 commit comments

Comments
 (0)