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

This commit is contained in:
smokephil 2019-09-11 12:30:04 +02:00 committed by Gregory P. Smith
parent 92420b3e67
commit 7a0023e8d1
1 changed files with 1 additions and 1 deletions

View File

@ -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