Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4553c0

Browse files
committed
There's no need for the tokenize tests to include a SyntaxError.
1 parent a3e56a6 commit a4553c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/tokenize_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
# Operators
145145

146146
def d22(a, b, c=1, d=2): pass
147-
def d01v(a=1, *rest, **rest): pass
147+
def d01v(a=1, *restt, **restd): pass
148148

149149
(x, y) <> ({'a':1}, {'b':2})
150150

0 commit comments

Comments
 (0)