Skip to content

Commit 73ac4b9

Browse files
committed
nit
1 parent 5586acd commit 73ac4b9

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
@@ -329,7 +329,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
329329
.. versionadded:: 3.13
330330

331331
.. method:: set_name(name)
332-
332+
333333
Annotate the memory map 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 the Python or Python is built in :ref:`debug mode <debug-build>`

0 commit comments

Comments
 (0)