Skip to content

Commit 7fbc90e

Browse files
committed
Explain asyncio introspection retries inline
1 parent e004d5d commit 7fbc90e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncio-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Command-line options
147147
148148
.. option:: --retries N
149149

150-
Retry failed attempts to inspect the target process up to *N* times. See
151-
:ref:`sampling-efficiency` for details about failed process memory reads.
150+
Retry failed attempts to inspect the target process up to *N* times. This
151+
can help when the target process changes while its state is being read.
152152

153153
.. versionadded:: 3.15

0 commit comments

Comments
 (0)