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 1dcff40 commit 9d73d26Copy full SHA for 9d73d26
1 file changed
Doc/library/functions.rst
@@ -633,8 +633,8 @@ are always available. They are listed here in alphabetical order.
633
634
This function can also be used to execute arbitrary code objects (such as
635
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``.
+ of a string or a bytes-like object. If the code object has been compiled with
+ ``'exec'`` as the *mode* argument, :func:`eval`\'s return value will be ``None``.
638
639
Hints: dynamic execution of statements is supported by the :func:`exec`
640
function. The :func:`globals` and :func:`locals` functions
0 commit comments