Skip to content

Commit 9d73d26

Browse files
goroshirowpicnixz
andauthored
Update Doc/library/functions.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 1dcff40 commit 9d73d26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ are always available. They are listed here in alphabetical order.
633633

634634
This function can also be used to execute arbitrary code objects (such as
635635
those created by :func:`compile`). In this case, pass a code object instead
636-
of a string or a bytes-like object. If the code object has been compiled with ``'exec'`` as the
637-
*mode* argument, :func:`eval`\'s return value will be ``None``.
636+
of a string or a bytes-like object. If the code object has been compiled with
637+
``'exec'`` as the *mode* argument, :func:`eval`\'s return value will be ``None``.
638638

639639
Hints: dynamic execution of statements is supported by the :func:`exec`
640640
function. The :func:`globals` and :func:`locals` functions

0 commit comments

Comments
 (0)