We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214e568 commit 1c0a9c5Copy full SHA for 1c0a9c5
Doc/library/asyncio-eventloop.rst
@@ -1571,7 +1571,7 @@ Server objects are created by :meth:`loop.create_server`,
1571
:meth:`loop.create_unix_server`, :func:`start_server`,
1572
and :func:`start_unix_server` functions.
1573
1574
-Do not instantiate the class directly.
+Do not instantiate the :class:`Server` class directly.
1575
1576
.. class:: Server
1577
@@ -1662,7 +1662,8 @@ Do not instantiate the class directly.
1662
1663
.. attribute:: sockets
1664
1665
- List of :class:`socket.socket` objects the server is listening on.
+ List of socket-like objects, ``asyncio.trsock.TransportSocket``, which
1666
+ the server is listening on.
1667
1668
.. versionchanged:: 3.7
1669
Prior to Python 3.7 ``Server.sockets`` used to return an
0 commit comments