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 5f91d5d commit bb85af3Copy full SHA for bb85af3
Lib/test/test_pydoc/test_pydoc.py
@@ -1413,7 +1413,7 @@ def test_special_form(self):
1413
self.assertIn('NoReturn = typing.NoReturn', doc)
1414
self.assertIn(typing.NoReturn.__doc__.strip().splitlines()[0], doc)
1415
else:
1416
- self.assertIn('NoReturn = class _SpecialForm(_Final)', doc)
+ self.assertIn('NoReturn = class _SpecialForm(_Final, _NotIterable)', doc)
1417
1418
def test_typing_pydoc(self):
1419
def foo(data: typing.List[typing.Any],
0 commit comments