Skip to content

Commit 3c4c41c

Browse files
Update Doc/library/sys.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 247e753 commit 3c4c41c

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
@@ -1838,7 +1838,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
18381838

18391839
.. function:: remote_exec(pid, script)
18401840

1841-
Executes a file containing Python code given by *script* in the remote
1841+
Executes *script*, a file containing Python code in the remote
18421842
process with the given *pid*.
18431843

18441844
This function returns immediately, and the code will be executed by the

0 commit comments

Comments
 (0)