Skip to content
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
serhiy-storchaka and gvanrossum authored Dec 22, 2022
commit 711efbf5d7d731945e1cfed04ca27f9cf6ba505b
4 changes: 2 additions & 2 deletions Doc/library/asyncio-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ asyncio ships with the following built-in policies:

.. deprecated:: 3.12
:meth:`get_event_loop` now emits a :exc:`DeprecationWarning` if there
is no current event loop set and a new event loop has been implicitly
created. In future Python releases it will be an error.
is no current event loop set and it decides to create one.
In future Python releases it will be an error.


.. class:: WindowsSelectorEventLoopPolicy
Expand Down