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

Skip to content

Commit ed57d76

Browse files
committed
Regenerated; __assert__ becomes assert.
1 parent ef3d02e commit ed57d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/keyword.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
kwlist = [
1616
#--start keywords--
17-
'__assert__',
1817
'and',
18+
'assert',
1919
'break',
2020
'class',
2121
'continue',

0 commit comments

Comments
 (0)