Skip to content

Commit

Permalink
Add a docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Oct 16, 2024
1 parent 87d2524 commit b47bef1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doc/library/asyncio-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Stack Introspection

asyncio has powerful runtime call stack introspection utilities
to trace the entire call graph of a running coroutine or task, or
a suspended *future*.
a suspended *future*. These utilities and the underlying machinery
can be used by users in their Python code or by external profilers
and debuggers.

.. versionadded:: 3.14

Expand Down

0 comments on commit b47bef1

Please sign in to comment.