summaryrefslogtreecommitdiff
path: root/Python/graminit.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-16 00:34:46 +0000
committerGuido van Rossum <guido@python.org>1997-04-16 00:34:46 +0000
commit6b136043283b2cbda6de3b47bc6248258ec5ca98 (patch)
treea70d46926e2ada806139d9d0031543e86a91dc37 /Python/graminit.c
parenta5b6da04aa62d5449ebf543b6714f0c4b5b722ba (diff)
downloadcpython-6b136043283b2cbda6de3b47bc6248258ec5ca98.tar.gz
OK, ready to make 'assert' a keyword (instead of '__assert__').
Diffstat (limited to 'Python/graminit.c')
-rw-r--r--Python/graminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c
index 5671792314..7b31a31be7 100644
--- a/Python/graminit.c
+++ b/Python/graminit.c
@@ -1377,7 +1377,7 @@ static label labels[124] = {
{1, "exec"},
{293, 0},
{1, "in"},
- {1, "__assert__"},
+ {1, "assert"},
{282, 0},
{283, 0},
{284, 0},