Skip to content

Commit 8c401e8

Browse files
committed
Fix typo in docstring
1 parent c352106 commit 8c401e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractal_tasks_core/dev/lib_descriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _insert_class_attrs_descriptions(
221221
schema: TBD
222222
class_name: TBD
223223
descriptions: TBD
224-
definitions_key: Either `"definitions"` (for Pydantic V1) or
224+
definition_key: Either `"definitions"` (for Pydantic V1) or
225225
`"$defs"` (for Pydantic V2)
226226
"""
227227
new_schema = schema.copy()

0 commit comments

Comments
 (0)