mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
[3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
ac27008ccd
commit
f7cdee93f4
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