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 da1f416 commit d05eaccCopy full SHA for d05eacc
Doc/library/functions.rst
@@ -554,9 +554,8 @@ are always available. They are listed here in alphabetical order.
554
If the given source is a string, then leading and trailing spaces and tabs
555
are stripped.
556
557
- .. versionchanged:: 3.11
558
- See :func:`ast.literal_eval` for a function that can "safely" evaluate strings
559
- with expressions containing only literals.
+ See :func:`ast.literal_eval` for a function that can "safely" evaluate strings
+ with expressions containing only literals.
560
561
.. audit-event:: exec code_object eval
562
0 commit comments