Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Aug 21, 2024
1 parent c352106 commit 8c401e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal_tasks_core/dev/lib_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _insert_class_attrs_descriptions(
schema: TBD
class_name: TBD
descriptions: TBD
definitions_key: Either `"definitions"` (for Pydantic V1) or
definition_key: Either `"definitions"` (for Pydantic V1) or
`"$defs"` (for Pydantic V2)
"""
new_schema = schema.copy()
Expand Down

0 comments on commit 8c401e8

Please sign in to comment.