mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-110631: Fix some incorrect indents in the documentation (#129312)
This commit is contained in:
parent
88f8102a8f
commit
15a8b5b9bd
4 changed files with 60 additions and 60 deletions
|
@ -362,10 +362,10 @@ Exceptions
|
|||
Constants
|
||||
^^^^^^^^^
|
||||
|
||||
The AF_* and SOCK_* constants are now :class:`AddressFamily` and
|
||||
:class:`SocketKind` :class:`.IntEnum` collections.
|
||||
The AF_* and SOCK_* constants are now :class:`AddressFamily` and
|
||||
:class:`SocketKind` :class:`.IntEnum` collections.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. data:: AF_UNIX
|
||||
AF_INET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue