diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index bfe017a5c8fe1c7..b1b836f0e0536c2 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -214,8 +214,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