Skip to content

Commit

Permalink
Update simple_type.py
Browse files Browse the repository at this point in the history
Fixed minor typo in documentation description template for JSON-schema- "formated" should be "formatted".
  • Loading branch information
stevenbedrick authored Dec 10, 2024
1 parent ff1aec7 commit e4c8c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/dsl/simple_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __class_getitem__(cls, response_model: type[BaseModel]) -> type[BaseModel]:
return create_model(
"Response",
content=(response_model, ...),
__doc__="Correctly Formated and Extracted Response.",
__doc__="Correctly Formatted and Extracted Response.",
__base__=(AdapterBase, OpenAISchema),
)

Expand Down

0 comments on commit e4c8c56

Please sign in to comment.