Skip to content

Commit 895f95d

Browse files
committed
Remove action verb from the description
1 parent 20ad737 commit 895f95d

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/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ class PythonInputOptions:
492492
Literal["TB", "TD", "BT", "RL", "LR"],
493493
_Field(
494494
group="docstrings",
495-
description="Set the direction of the Mermaid chart presenting the inheritance diagram of a class.",
495+
description="The direction of the Mermaid chart presenting the inheritance diagram of a class.",
496496
),
497497
]
498498

0 commit comments

Comments
 (0)