Thanks to visit codestin.com Credit goes to github.com
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.
test_fstring.py
1 parent b41c47c commit 272da55Copy full SHA for 272da55
1 file changed
Lib/test/test_fstring.py
@@ -667,7 +667,7 @@ def test_missing_expression(self):
667
"f'''{\t\f\r\n}'''",
668
])
669
670
- # Different error messeges are raised when a specfier ('!', ':' or '=') is used after an empty expression
+ # Different error messages are raised when a specfier ('!', ':' or '=') is used after an empty expression
671
self.assertAllRaise(SyntaxError, "f-string: expression required before '!'",
672
["f'{!r}'",
673
"f'{ !r}'",
0 commit comments