Skip to content

Commit 2527963

Browse files
authored
Update test_fstring.py
1 parent e753a7c commit 2527963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ def test_conversions(self):
13701370
for conv in ' s', ' s ':
13711371
self.assertAllRaise(SyntaxError,
13721372
"f-string: conversion type must come right after the"
1373-
" exclamanation mark",
1373+
" exclamation mark",
13741374
["f'{3!" + conv + "}'"])
13751375

13761376
self.assertAllRaise(SyntaxError,

0 commit comments

Comments
 (0)