PEP 3156: Fix incorrect indentation of bullet point (#3733)

This has no effect on HTML rendering but is slightly jarring when reading the PEP source.
This commit is contained in:
ryomahan 2024-03-21 11:48:43 +08:00 committed by GitHub
parent 3b84a953eb
commit 8e51108bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -708,10 +708,10 @@ use a different transport and protocol interface.
Windows.
- ``family``, ``flags``: Address family and flags to be passed
through to ``getaddrinfo()``. The family defaults to
``AF_UNSPEC``; the flags default to ``AI_PASSIVE``. (The socket
type is always ``SOCK_STREAM``; the socket protocol always set to
``0``, to let ``getaddrinfo()`` choose.)
through to ``getaddrinfo()``. The family defaults to
``AF_UNSPEC``; the flags default to ``AI_PASSIVE``. (The socket
type is always ``SOCK_STREAM``; the socket protocol always set to
``0``, to let ``getaddrinfo()`` choose.)
- ``sock``: An optional socket to be used instead of using the
``host``, ``port``, ``family`` and ``flags`` arguments. If this