Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ slightly different way:

.. awaitablefunction:: set_trace_async(*, header=None, commands=None)

async version of :func:`set_trace`. This function should be used inside an
async function with :keyword:`await`.
Asynchronous version of :func:`set_trace`. This function should be used inside
a :term:`coroutine function` with :keyword:`await`. For instance:

.. code-block:: python

Expand Down
Loading