Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/sys.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
Zheaoli and vstinner authored Jun 16, 2025
commit e3fd3cabdd437f1006899036067efb4cb46f2884
2 changes: 1 addition & 1 deletion Doc/library/sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
interpreter is pre-release (alpha, beta, or release candidate) then the
local and remote interpreters must be the same exact version.

.. audit-event:: remove_exec pid script_path
.. audit-event:: remote_exec pid script_path

When the code is executed in the remote process, an :ref:`auditing event <auditing>`
``remote_exec`` is raised with the *pid* and the path to the script file.
Expand Down
Loading