We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53b85a commit 7bb9e97Copy full SHA for 7bb9e97
peps/pep-0768.rst
@@ -290,7 +290,7 @@ arbitrary Python code within the context of a specified Python process:
290
to how signals are handled. There is no interface to determine when the
291
code has been executed. The caller is responsible for making sure that
292
the file still exists whenever the remote process tries to read it, or at
293
- leas that it hasn't been overwritten by a malicious actor.
+ least that it hasn't been overwritten by a malicious actor.
294
295
Args:
296
pid (int): The process ID of the target Python process.
0 commit comments