diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-05 17:55:12 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-05 17:55:12 -0400 |
commit | dca249b17c3db2327a89d683f1059b7ed787417e (patch) | |
tree | 2e353017fdeec7d545f86bbce893825fee559b54 /Python/graminit.c | |
parent | d66f43d3919d1a9fc6e42df0c955701bd18b8f09 (diff) | |
parent | 14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f (diff) | |
download | cpython-git-dca249b17c3db2327a89d683f1059b7ed787417e.tar.gz |
Merge 3.5 (issue #24791)
Diffstat (limited to 'Python/graminit.c')
-rw-r--r-- | Python/graminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index 14ac24f633..8212b2a584 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1744,7 +1744,7 @@ static state states_77[3] = { static arc arcs_78_0[3] = { {26, 1}, {34, 2}, - {50, 3}, + {33, 2}, }; static arc arcs_78_1[3] = { {164, 3}, |