summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-06-11 19:29:13 +0100
committerGitHub <noreply@github.com>2020-06-11 19:29:13 +0100
commit3782497cc22e70b41e32ac09cb06d3948074d8a7 (patch)
tree7d785de2fb0f083d1dffe828604096d5bdc50291 /Lib/pydoc.py
parentdc40105c88b968a50c3458e10e1d732e957ef0a3 (diff)
downloadcpython-git-3782497cc22e70b41e32ac09cb06d3948074d8a7.tar.gz
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index a5368bf8bf..35ef3ebdc6 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1817,7 +1817,7 @@ class Helper:
'False': '',
'None': '',
'True': '',
- '__new_parser__': '',
+ '__peg_parser__': '',
'and': 'BOOLEAN',
'as': 'with',
'assert': ('assert', ''),