Skip to content

Commit

Permalink
Remove socket class name prefix in shutdown method
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien-Chen committed Aug 2, 2024
1 parent ace016e commit ca16eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ Constants
SHUT_WR
SHUT_RDWR

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

.. availability:: not WASI.

Expand Down

0 comments on commit ca16eec

Please sign in to comment.