Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sentence case consistencty.
  • Loading branch information
anordin95 committed Aug 27, 2025
commit 139159488a4dc916cb6796b3afc55518dbabed27
4 changes: 2 additions & 2 deletions Doc/howto/a-conceptual-overview-of-asyncio.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _a-conceptual-overview-of-asyncio:

****************************************
A Conceptual Overview of :mod:`!asyncio`
A conceptual overview of :mod:`!asyncio`
****************************************

This :ref:`HOWTO <how-tos>` article seeks to help you build a sturdy mental
Expand Down Expand Up @@ -38,7 +38,7 @@ In part 1, we'll cover the main, high-level building blocks of :mod:`!asyncio`:
the event loop, coroutine functions, coroutine objects, tasks and ``await``.

==========
Event Loop
Event loop
==========

Everything in :mod:`!asyncio` happens relative to the event loop.
Expand Down
Loading