We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c437851 commit 3e97c00Copy full SHA for 3e97c00
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