From 03a7466b8fe60e78d17427ca83d7e6d49889a3ce Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 16 Apr 1997 00:34:46 +0000 Subject: OK, ready to make 'assert' a keyword (instead of '__assert__'). --- Python/graminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/graminit.c') 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}, -- cgit v1.2.1