]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in test_fstring.py (#101823)
authormjoerg <mjoerg@users.noreply.github.com>
Sat, 11 Feb 2023 15:34:15 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 15:34:15 +0000 (21:04 +0530)
Lib/test/test_fstring.py

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