File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1535,14 +1535,13 @@ When using the ``timeout`` parameter in functions like :func:`run`,
15351535users should be aware of the following behaviors:
15361536
153715371. **Process Creation Delay **: The initial process creation itself cannot be interrupted
1538- on many platform APIs. This means that even when specifying a timeout, you are not
1539- guaranteed to see a timeout exception until at least after however long process
1540- creation takes.
1538+ on many platform APIs. This means that even when specifying a timeout, you are not
1539+ guaranteed to see a timeout exception until at least after however long process
1540+ creation takes.
15411541
154215422. **Extremely Small Timeout Values **: Setting very small timeout values (such as a few
1543- milliseconds) may result in almost immediate :exc: `TimeoutExpired ` exceptions because
1544- process creation and system scheduling inherently require time.
1545-
1543+ milliseconds) may result in almost immediate :exc: `TimeoutExpired ` exceptions because
1544+ process creation and system scheduling inherently require time.
15461545
15471546.. _converting-argument-sequence :
15481547
You can’t perform that action at this time.
0 commit comments