Skip to content

Commit f652dff

Browse files
committed
Doc: Improve pdf.set_trace_async() doc
1 parent c919d02 commit f652dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pdb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ slightly different way:
210210

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

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

216216
.. code-block:: python
217217

0 commit comments

Comments
 (0)