Commit 4b7f3179 authored by Jack Diederich's avatar Jack Diederich

regenerated to reflect the addition of 'nonlocal' and removal of 'print'

parent 45739421
...@@ -34,10 +34,10 @@ kwlist = [ ...@@ -34,10 +34,10 @@ kwlist = [
'in', 'in',
'is', 'is',
'lambda', 'lambda',
'nonlocal',
'not', 'not',
'or', 'or',
'pass', 'pass',
'print',
'raise', 'raise',
'return', 'return',
'try', 'try',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment