Skip to content
Closed
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
Remove trailing space
  • Loading branch information
slateny committed Dec 5, 2022
commit 52538bf732eb7dd1c4f14b5fb91b21a1ed1b6c70
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ are always available. They are listed here in alphabetical order.

Dynamic execution of *statements* is supported by the :func:`exec`
function (see below).

.. index:: builtin: exec

.. function:: exec(object, globals=None, locals=None, /, *, closure=None)
Expand Down