Skip to content

Commit d05eacc

Browse files
authored
Update functions.rst
1 parent da1f416 commit d05eacc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,8 @@ are always available. They are listed here in alphabetical order.
554554
If the given source is a string, then leading and trailing spaces and tabs
555555
are stripped.
556556

557-
.. versionchanged:: 3.11
558-
See :func:`ast.literal_eval` for a function that can "safely" evaluate strings
559-
with expressions containing only literals.
557+
See :func:`ast.literal_eval` for a function that can "safely" evaluate strings
558+
with expressions containing only literals.
560559

561560
.. audit-event:: exec code_object eval
562561

0 commit comments

Comments
 (0)