We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3b227 commit b557ff3Copy full SHA for b557ff3
scripts/griffe_extensions.py
@@ -28,7 +28,7 @@ def on_attribute_instance(
28
except AttributeError:
29
return
30
31
- if field.canonical_path == "mkdocstrings_handler.python.config.Field":
+ if field.canonical_path == "mkdocstrings_handlers.python.config.Field":
32
description = next(
33
attr.value
34
for attr in field.arguments
0 commit comments