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 9d73d26 commit 4085a0dCopy full SHA for 4085a0d
1 file changed
Doc/library/functions.rst
@@ -675,7 +675,8 @@ are always available. They are listed here in alphabetical order.
675
untrusted user-supplied input will lead to security vulnerabilities.
676
677
This function supports dynamic execution of Python code. *source* must be
678
- a string, a bytes-like object or a code object. If it is a string or a bytes-like object, it is parsed as
+ a string, a bytes-like object or a code object.
679
+ If it is a string or a bytes-like object, it is parsed as
680
a suite of Python statements which is then executed (unless a syntax error
681
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
682
the code that's executed is expected to be valid as file input (see the
0 commit comments