Skip to content

Commit 2c992cd

Browse files
BNAndrasBethanyG
andauthored
can to could
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
1 parent 3276df6 commit 2c992cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/string-formatting/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The format specification goes after the value, separated by a `:`.
103103

104104
There are two main limitations to be aware of.
105105
`f-string` expressions can not be empty.
106-
[Additionally, before Python 3.12, they can not contain comments.][pep-0701]
106+
[Additionally, before Python 3.12, they could not contain comments.][pep-0701]
107107

108108
```python
109109
>>> f"An empty expression will error: {}"

0 commit comments

Comments
 (0)