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 690a16d commit 4e914abCopy full SHA for 4e914ab
Doc/library/functions.rst
@@ -454,7 +454,7 @@ are always available. They are listed here in alphabetical order.
454
n += 1
455
456
457
-.. function:: eval(expression, globals=None, locals=None)
+.. function:: eval(expression[, globals[, locals]])
458
459
The arguments are a string and optional globals and locals. If provided,
460
*globals* must be a dictionary. If provided, *locals* can be any mapping
0 commit comments