8000
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 a5c0ef8 commit ec62b10Copy full SHA for ec62b10
Doc/whatsnew/3.12.rst
@@ -157,7 +157,7 @@ same quote as the containing f-string. Let's cover these in detail:
157
158
>>> songs = ['Take me back to Eden', 'Alkaline', 'Ascensionism']
159
>>> f"This is the playlist: {", ".join(songs)}"
160
- 'This is the playlist: Take me back to Eden, Alkaline, Ascensionism
+ 'This is the playlist: Take me back to Eden, Alkaline, Ascensionism'
161
162
Note that before this change there was no explicit limit in how f-strings can
163
be nested, but the fact that string quotes cannot be reused inside the
0 commit comments