Skip to content

Commit b123ad8

Browse files
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
1 parent f0d290d commit b123ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ unicodedata
332332
fcntl
333333
-----
334334

335-
* On FreeBSD, the `F_DUP2FD` and `F_DUP2FD_CLOEXEC` flags respectively
335+
* On FreeBSD, the :attr:`F_DUP2FD` and :attr:`F_DUP2FD_CLOEXEC` flags respectively
336336
are supported, the former equals to ``dup2`` usage while the latter set
337337
the ``FD_CLOEXEC`` flag in addition.
338338

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Adding `F_DUP2FD` and `F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module.
1+
Adding :attr:`F_DUP2FD` and :attr:`F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module.

0 commit comments

Comments
 (0)