commit | 3782497cc22e70b41e32ac09cb06d3948074d8a7 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Thu Jun 11 19:29:13 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Jun 11 19:29:13 2020 +0100 |
tree | 7d785de2fb0f083d1dffe828604096d5bdc50291 | |
parent | dc40105c88b968a50c3458e10e1d732e957ef0a3 [diff] [blame] |
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index a5368bf..35ef3eb 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py
@@ -1817,7 +1817,7 @@ 'False': '', 'None': '', 'True': '', - '__new_parser__': '', + '__peg_parser__': '', 'and': 'BOOLEAN', 'as': 'with', 'assert': ('assert', ''),