From 8e51108bbc8dcb1d4db21c0d93b9b1412ba81a17 Mon Sep 17 00:00:00 2001 From: ryomahan Date: Thu, 21 Mar 2024 11:48:43 +0800 Subject: [PATCH] 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. --- peps/pep-3156.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/peps/pep-3156.rst b/peps/pep-3156.rst index a863a4cec..de212abce 100644 --- a/peps/pep-3156.rst +++ b/peps/pep-3156.rst @@ -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