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 3cd147b commit d378fdbCopy full SHA for d378fdb
Doc/library/functions.rst
@@ -426,7 +426,7 @@ are always available. They are listed here in alphabetical order.
426
n += 1
427
428
429
-.. function:: eval(expression, globals=None, locals=None)
+.. function:: eval(expression[, globals[, locals]])
430
431
The arguments are a string and optional globals and locals. If provided,
432
*globals* must be a dictionary. If provided, *locals* can be any mapping
0 commit comments