File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ are always available. They are listed here in alphabetical order.
606606 .. warning ::
607607
608608 This function executes arbitrary code. Calling it with
609- user-supplied input may lead to security vulnerabilities.
609+ user-supplied input will lead to security vulnerabilities.
610610
611611 The *source * argument is parsed and evaluated as a Python expression
612612 (technically speaking, a condition list) using the *globals * and *locals *
@@ -672,7 +672,7 @@ are always available. They are listed here in alphabetical order.
672672 .. warning ::
673673
674674 This function executes arbitrary code. Calling it with
675- user-supplied input may lead to security vulnerabilities.
675+ user-supplied input will lead to security vulnerabilities.
676676
677677 This function supports dynamic execution of Python code. *source * must be
678678 either a string or a code object. If it is a string, the string is parsed as
You can’t perform that action at this time.
0 commit comments