Skip to content

Commit 6baacfb

Browse files
Seth's suggestion: may -> will
1 parent 49f8d6a commit 6baacfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)