Skip to content

Commit 7bb9e97

Browse files
Update pep-0768.rst
Co-authored-by: ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
1 parent d53b85a commit 7bb9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0768.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ arbitrary Python code within the context of a specified Python process:
290290
to how signals are handled. There is no interface to determine when the
291291
code has been executed. The caller is responsible for making sure that
292292
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.
293+
least that it hasn't been overwritten by a malicious actor.
294294
295295
Args:
296296
pid (int): The process ID of the target Python process.

0 commit comments

Comments
 (0)