Skip to content

Commit 2a5d9a4

Browse files
committed
Address code review
1 parent 987cf09 commit 2a5d9a4

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
@@ -335,7 +335,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
335335
to Python or if Python is built in :ref:`debug mode <debug-build>`
336336
The length of *name* must not exceed 67 bytes.
337337

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

340340
.. versionadded:: next
341341

0 commit comments

Comments
 (0)