Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
sobolevn authored Nov 1, 2023
commit 1c03d66a3e1275040a9a99289b7482d9b8a23b8b
1 change: 0 additions & 1 deletion Lib/test/test_doctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3314,7 +3314,6 @@ def test_syntax_error_subclass_from_stdlib():
"""
`ParseError` is a subclass of `SyntaxError`, but it is not a builtin:

>>> from xml.etree.ElementTree import ParseError
>>> test_syntax_error_subclass_from_stdlib()
Traceback (most recent call last):
...
Expand Down