File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1528,21 +1528,21 @@ Notes
15281528.. _subprocess-timeout-behavior :
15291529
15301530Timeout Behavior
1531- ----------------
1531+ ^^^^^^^^^^^^^^^^
15321532
15331533When using the ``timeout `` parameter in functions like :func: `run `,
15341534:meth: `Popen.wait `, or :meth: `Popen.communicate `,
15351535users should be aware of the following behaviors:
15361536
15371537Process Creation Delay
1538- ~~~~~~~~~~~~~~~~~~~~~~
1538+ ^^^^^^^^^^^^^^^^^^^^^^
15391539
15401540The initial process creation itself cannot be interrupted on many platform APIs.
15411541This means that even when specifying a timeout, you are not guaranteed to see a timeout exception
15421542until at least after however long process creation takes.
15431543
15441544Extremely Small Timeout Values
1545- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1545+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15461546
15471547Setting very small timeout values (such as a few milliseconds) may result
15481548in almost immediate :exc: `TimeoutExpired ` exceptions because
You can’t perform that action at this time.
0 commit comments