We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591abcc commit 24b92d2Copy full SHA for 24b92d2
Lib/test/test_pydoc/test_pydoc.py
@@ -1461,7 +1461,7 @@ def test_special_form(self):
1461
self.assertIn('NoReturn = typing.NoReturn', doc)
1462
self.assertIn(typing.NoReturn.__doc__.strip().splitlines()[0], doc)
1463
else:
1464
- self.assertIn('NoReturn = class _SpecialForm(_Final)', doc)
+ self.assertIn('NoReturn = class _SpecialForm(_Final, _NotIterable)', doc)
1465
1466
def test_typing_pydoc(self):
1467
def foo(data: typing.List[typing.Any],
0 commit comments