Skip to content

Commit

Permalink
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Dec 9, 2021
1 parent f0d290d commit b123ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Expand Up @@ -332,7 +332,7 @@ unicodedata
fcntl
-----

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

Expand Down
@@ -1 +1 @@
Adding `F_DUP2FD` and `F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module.
Adding :attr:`F_DUP2FD` and :attr:`F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module.

0 comments on commit b123ad8

Please sign in to comment.