Skip to content

Commit 8e51108

Browse files
authored
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.
1 parent 3b84a95 commit 8e51108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-3156.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,10 @@ use a different transport and protocol interface.
708708
Windows.
709709

710710
- ``family``, ``flags``: Address family and flags to be passed
711-
through to ``getaddrinfo()``. The family defaults to
712-
``AF_UNSPEC``; the flags default to ``AI_PASSIVE``. (The socket
713-
type is always ``SOCK_STREAM``; the socket protocol always set to
714-
``0``, to let ``getaddrinfo()`` choose.)
711+
through to ``getaddrinfo()``. The family defaults to
712+
``AF_UNSPEC``; the flags default to ``AI_PASSIVE``. (The socket
713+
type is always ``SOCK_STREAM``; the socket protocol always set to
714+
``0``, to let ``getaddrinfo()`` choose.)
715715

716716
- ``sock``: An optional socket to be used instead of using the
717717
``host``, ``port``, ``family`` and ``flags`` arguments. If this

0 commit comments

Comments
 (0)