Skip to content

Commit 76c08ac

Browse files
committed
docs: Fix cross-reference
1 parent 50d135a commit 76c08ac

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/_internal

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/_internal/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def load_inventory(
139139
) -> Iterator[tuple[str, str]]:
140140
"""Yield items and their URLs from an inventory file streamed from `in_file`.
141141
142-
This implements mkdocstrings' `load_inventory` "protocol" (see [`mkdocstrings.plugin`][]).
142+
This implements mkdocstrings' `load_inventory` "protocol" (see [`mkdocstrings.BaseHandler.load_inventory`][]).
143143
144144
Arguments:
145145
in_file: The binary file-like object to read the inventory from.

0 commit comments

Comments
 (0)