Skip to content

Commit 4085a0d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,8 @@ are always available. They are listed here in alphabetical order.
675675
untrusted user-supplied input will lead to security vulnerabilities.
676676

677677
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
678+
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
679680
a suite of Python statements which is then executed (unless a syntax error
680681
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
681682
the code that's executed is expected to be valid as file input (see the

0 commit comments

Comments
 (0)