Skip to content

Commit a720ba0

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent dacf0bb commit a720ba0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ for some limitations of these methods.
10551055

10561056
Added support for these methods to :class:`ProactorEventLoop`.
10571057

1058+
10581059
Working with socket objects directly
10591060
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10601061

Doc/library/asyncio-platforms.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ All event loops on Windows do not support the following methods:
6060
:class:`ProactorEventLoop` has the following limitations:
6161

6262
* :meth:`loop.add_reader` and :meth:`loop.add_writer` only accept
63-
socket handles (e.g. pipe file descriptors are not supported).
63+
socket handles (for example, pipe file descriptors are not supported).
6464
When called, :func:`select.select` is run in an additional thread.
6565

6666
The resolution of the monotonic clock on Windows is usually around 15.6
@@ -73,6 +73,7 @@ Windows configuration.
7373

7474
Support for :meth:`loop.add_reader`, :meth:`loop.add_writer` added to :class:`ProactorEventLoop`.
7575

76+
7677
.. _asyncio-windows-subprocess:
7778

7879
Subprocess Support on Windows

0 commit comments

Comments
 (0)