Skip to content

Commit 9af449e

Browse files
BNAndrasBethanyG
andauthored
A f-string to an f-string
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
1 parent ea5e48a commit 9af449e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/string-formatting/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note that using double quotes inside a single-quoted f-string (or vice versa) av
6262
>>> f'{"hello world!".title()} is a classic greeting.'
6363
'Hello World! is a classic greeting.'
6464

65-
# A f-string can be nested inside another f-string
65+
# An f-string can be nested inside another f-string
6666
>>> f"{f'hello world!'.title()} is a classic greeting."
6767
'Hello World! is a classic greeting.'
6868
```

0 commit comments

Comments
 (0)