We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c919d02 commit f652dffCopy full SHA for f652dff
Doc/library/pdb.rst
@@ -210,8 +210,8 @@ slightly different way:
210
211
.. awaitablefunction:: set_trace_async(*, header=None, commands=None)
212
213
- async version of :func:`set_trace`. This function should be used inside an
214
- 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:
215
216
.. code-block:: python
217
0 commit comments