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.
1 parent b652d40 commit 3eb12dfCopy full SHA for 3eb12df
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 messages are raised when a specfier ('!', ':' or '=') is used after an empty expression
+ # Different error messages are raised when a specifier ('!', ':' 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