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 50d135a commit 76c08acCopy full SHA for 76c08ac
src/mkdocstrings_handlers/python/_internal/handler.py
@@ -139,7 +139,7 @@ def load_inventory(
139
) -> Iterator[tuple[str, str]]:
140
"""Yield items and their URLs from an inventory file streamed from `in_file`.
141
142
- This implements mkdocstrings' `load_inventory` "protocol" (see [`mkdocstrings.plugin`][]).
+ This implements mkdocstrings' `load_inventory` "protocol" (see [`mkdocstrings.BaseHandler.load_inventory`][]).
143
144
Arguments:
145
in_file: The binary file-like object to read the inventory from.
0 commit comments