diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 90dc6648045f27..0b262dd7c54b84 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -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