We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab9c5a commit 088f4ddCopy full SHA for 088f4dd
1 file changed
Lib/test/test_pydoc/test_pydoc.py
@@ -2172,7 +2172,7 @@ def mock_getline(prompt):
2172
2173
def test_keywords(self):
2174
self.assertEqual(sorted(pydoc.Helper.keywords),
2175
- sorted(keyword.kwlist))
+ sorted(keyword.kwlist + ['lazy']))
2176
2177
def test_interact_empty_line_continues(self):
2178
# gh-138568: test pressing Enter without input should continue in help session
0 commit comments