summaryrefslogtreecommitdiffstats
path: root/Lib/keyword.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-xLib/keyword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index 3c62519..2ad80d7 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -14,8 +14,8 @@
kwlist = [
#--start keywords--
- '__assert__',
'and',
+ 'assert',
'break',
'class',
'continue',