Skip to content

Commit d1256a4

Browse files
committed
remotexec fix 1
1 parent 91c984c commit d1256a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20192019
The temporary script file is created with restrictive permissions (typically
20202020
``0o600``). The target process must be able to read this file.
20212021

2022-
Callers should adjust permissions before calling, e.g.::
2022+
Callers should adjust permissions before calling, for example::
20232023

20242024
import os
20252025
import tempfile

0 commit comments

Comments
 (0)