Skip to content

Commit ebc8d3c

Browse files
committed
Show inheritance in exceptions docs.
(The only place it's allowed/used essentially). But this is needed to tell users that for ref exception catching, in theory they may want to catch only Unresolvable and thereby all subclasses.
1 parent 99d5a7b commit ebc8d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ referencing.exceptions
3434

3535
.. automodule:: referencing.exceptions
3636
:members:
37+
:show-inheritance:
3738
:undoc-members:
3839

3940

0 commit comments

Comments
 (0)