All the arguments are positional-only.
The current status after GH-99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
(cherry picked from commit
71159a8e078bda0c9a39c6cd0980b7ba238dc582)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
.. _func-eval:
-.. function:: eval(expression, /, globals=None, locals=None)
+.. function:: eval(expression, globals=None, locals=None)
The arguments are a string and optional globals and locals. If provided,
*globals* must be a dictionary. If provided, *locals* can be any mapping