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 ea5e48a commit 9af449eCopy full SHA for 9af449e
1 file changed
concepts/string-formatting/about.md
@@ -62,7 +62,7 @@ Note that using double quotes inside a single-quoted f-string (or vice versa) av
62
>>> f'{"hello world!".title()} is a classic greeting.'
63
'Hello World! is a classic greeting.'
64
65
-# A f-string can be nested inside another f-string
+# An f-string can be nested inside another f-string
66
>>> f"{f'hello world!'.title()} is a classic greeting."
67
68
```
0 commit comments