Skip to content

Commit 269d9ff

Browse files
committed
remotexec fix 5
1 parent fd20f01 commit 269d9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20092009

20102010
with tempfile.NamedTemporaryFile(
20112011
mode='w',
2012-
suffix='.py',
2012+
suffix='.py',
20132013
delete_on_close=False,
20142014
) as f:
20152015
f.write("print('Hello from remote!')")

0 commit comments

Comments
 (0)