Skip to content

Commit 272da55

Browse files
authored
Fix typo in test_fstring.py (#101600)
1 parent b41c47c commit 272da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fstring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def test_missing_expression(self):
667667
"f'''{\t\f\r\n}'''",
668668
])
669669

670-
# Different error messeges are raised when a specfier ('!', ':' or '=') is used after an empty expression
670+
# Different error messages are raised when a specfier ('!', ':' or '=') is used after an empty expression
671671
self.assertAllRaise(SyntaxError, "f-string: expression required before '!'",
672672
["f'{!r}'",
673673
"f'{ !r}'",

0 commit comments

Comments
 (0)