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 3276df6 commit 2c992cdCopy full SHA for 2c992cd
concepts/string-formatting/about.md
@@ -103,7 +103,7 @@ The format specification goes after the value, separated by a `:`.
103
104
There are two main limitations to be aware of.
105
`f-string` expressions can not be empty.
106
-[Additionally, before Python 3.12, they can not contain comments.][pep-0701]
+[Additionally, before Python 3.12, they could not contain comments.][pep-0701]
107
108
```python
109
>>> f"An empty expression will error: {}"
0 commit comments