]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `test_fstring.py` (#101600)
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Thu, 9 Feb 2023 17:45:58 +0000 (02:45 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 17:45:58 +0000 (23:15 +0530)
Lib/test/test_fstring.py

index 318f38a6ed5b143a96d360a203d0818a5f66e5ba..a50056da116e32ac10662d13fb6ae56bf79a82bd 100644 (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}'",