Fix typo in `test_fstring.py` (#101600)

This commit is contained in:
Ikko Eltociear Ashimine 2023-02-10 02:45:58 +09:00 committed by GitHub
parent b41c47cd06
commit 272da55aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ x = (
"f'''{\t\f\r\n}'''",
])
# 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
self.assertAllRaise(SyntaxError, "f-string: expression required before '!'",
["f'{!r}'",
"f'{ !r}'",