Skip to content

Commit 9dac0d9

Browse files
committed
Missing docstring.
1 parent 40a97b2 commit 9dac0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

referencing/_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Specification(Generic[D]):
2222
behavior across JSON Schema specification versions, etc.
2323
"""
2424

25+
#: Find the ID of a given document.
2526
id_of: Callable[[D], URI | None]
2627

2728
#: An opaque specification where resources have no subresources

0 commit comments

Comments
 (0)