Skip to content

Commit 7f3aedb

Browse files
committed
Update docs
Signed-off-by: Manjusaka <[email protected]>
1 parent 1e791e1 commit 7f3aedb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Doc/library/subprocess.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,14 +1535,13 @@ When using the ``timeout`` parameter in functions like :func:`run`,
15351535
users should be aware of the following behaviors:
15361536

15371537
1. **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

15421542
2. **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

0 commit comments

Comments
 (0)