Skip to content

Commit 5aad775

Browse files
Aniketsyskirpichev
andauthored
Update Lib/test/test_syntax.py
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent 5af9b3a commit 5aad775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ def test_ifexp_body_stmt_else_stmt(self):
35083508
def test_double_ampersand(self):
35093509
self._check_error(
35103510
"a && b",
3511-
"Maybe you meant 'and' or '&' instead of '&&'",
3511+
"Maybe you meant 'and' or '&' instead of '&&'?",
35123512
lineno=1,
35133513
end_lineno=1,
35143514
offset=3,

0 commit comments

Comments
 (0)