Skip to content

Commit

Permalink
Correct typo in kwarg to Field
Browse files Browse the repository at this point in the history
`description` instead of `descriptions`
  • Loading branch information
candleindark committed Dec 6, 2023
1 parent 1d8724f commit ba04133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandischema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ class CommonModel(DandiBaseModel):
)
acknowledgement: Optional[str] = Field(
None,
descriptions="Any acknowledgments not covered by contributors or external resources.",
description="Any acknowledgments not covered by contributors or external resources.",
json_schema_extra={"nskey": "dandi"},
)

Expand Down

0 comments on commit ba04133

Please sign in to comment.