Skip to content

Commit

Permalink
Adding socket module shutdown() constants description
Browse files Browse the repository at this point in the history
Modify some grammar

Adding availability
  • Loading branch information
Damien-Chen committed Aug 1, 2024
1 parent 8803086 commit 567ef43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,13 @@ Constants

.. versionadded:: 3.12

.. data:: SHUT_RD
SHUT_WR
SHUT_RDWR

These constants are used by the :meth:`socket.shutdown` method of socket object.

.. availability:: not WASI.

Functions
^^^^^^^^^
Expand Down

0 comments on commit 567ef43

Please sign in to comment.