Skip to content

Commit b5feefc

Browse files
authored
Merge branch 'main' into b/asyncio-old-repl-multiline
2 parents 8bdd32b + bb85af3 commit b5feefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pydoc/test_pydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ def test_special_form(self):
14131413
self.assertIn('NoReturn = typing.NoReturn', doc)
14141414
self.assertIn(typing.NoReturn.__doc__.strip().splitlines()[0], doc)
14151415
else:
1416-
self.assertIn('NoReturn = class _SpecialForm(_Final)', doc)
1416+
self.assertIn('NoReturn = class _SpecialForm(_Final, _NotIterable)', doc)
14171417

14181418
def test_typing_pydoc(self):
14191419
def foo(data: typing.List[typing.Any],

0 commit comments

Comments
 (0)