Skip to content

Commit 9e22cfa

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

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
@@ -3518,7 +3518,7 @@ def test_double_ampersand(self):
35183518
def test_double_pipe(self):
35193519
self._check_error(
35203520
"a || b",
3521-
"Maybe you meant 'or' or '|' instead of '||'",
3521+
"Maybe you meant 'or' or '|' instead of '||'?",
35223522
lineno=1,
35233523
end_lineno=1,
35243524
offset=3,

0 commit comments

Comments
 (0)