Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e328d7

Browse files
2 parents bf7949a + 6a6de83 commit 5e328d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tutorial-reference/Day 6/Day 6 - String Formatting & F-Strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Basic formatting:
2121

2222
`\"`: Allowed Double quote
2323

24-
`{{` or `}}`: Allowed signle curly bracket in formatted strings
24+
`{{` or `}}`: Allowed single curly bracket in formatted strings
2525

2626
`"your single-line text"`: Wrap a single quote (`'`) or double quote (`"`) around text / numbers to make it a string.
2727

@@ -330,4 +330,4 @@ TypeError: format expected at least 1 argument, got 0
330330
'3.14523423'
331331
>>> f"{format(pi, '.2f')}"
332332
'3.15'
333-
```
333+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /