Commit 7a0023e8 authored by smokephil's avatar smokephil Committed by Gregory P. Smith

bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)

parent 92420b3e
......@@ -456,7 +456,7 @@ are always available. They are listed here in alphabetical order.
n += 1
.. function:: eval(expression, globals=None, locals=None)
.. function:: eval(expression[, globals[, locals]])
The arguments are a string and optional globals and locals. If provided,
*globals* must be a dictionary. If provided, *locals* can be any mapping
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment