Skip to content

Commit e13e90c

Browse files
committed
Improve NEWS blurb
1 parent be54786 commit e13e90c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
When the format specification of an f-string expression is empty, the parser now generates an empty :class:`ast.JoinedStr` node for it instead of adding an empty :class:`ast.Constant`.
1+
When the format specification of an f-string expression is empty, the parser now
2+
generates an empty :class:`ast.JoinedStr` node for it instead of an one-element
3+
:class:`ast.JoinedStr` with an empty string :class:`ast.Constant`.

0 commit comments

Comments
 (0)