Skip to content

Commit

Permalink
docs: Fix canonical path in Griffe extension for our custom config fi…
Browse files Browse the repository at this point in the history
…elds
  • Loading branch information
pawamoy committed Feb 17, 2025
1 parent ab3b227 commit b557ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/griffe_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def on_attribute_instance(
except AttributeError:
return

if field.canonical_path == "mkdocstrings_handler.python.config.Field":
if field.canonical_path == "mkdocstrings_handlers.python.config.Field":
description = next(
attr.value
for attr in field.arguments
Expand Down

0 comments on commit b557ff3

Please sign in to comment.