Skip to content

Commit c12d733

Browse files
committed
use versionchanged:: next
according to devguide
1 parent 7996d64 commit c12d733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Watching file descriptors
10511051
See also :ref:`Platform Support <asyncio-platform-support>` section
10521052
for some limitations of these methods.
10531053

1054-
.. versionchanged:: 3.15
1054+
.. versionchanged:: next
10551055

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

Doc/library/asyncio-platforms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ hardware (availability of `HPET
6969
<https://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the
7070
Windows configuration.
7171

72-
.. versionadded:: 3.15
72+
.. versionadded:: next
7373

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

0 commit comments

Comments
 (0)