Skip to content

Commit

Permalink
Fix typo in docstring of model_json_schema (#7032)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVinch-Federated committed Aug 7, 2023
1 parent 96ea6d2 commit 5e7d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/main.py
Expand Up @@ -368,7 +368,7 @@ def model_json_schema(
Args:
by_alias: Whether to use attribute aliases or not.
ref_template: The reference template.
schema_generator: To override the logic used to generate the JSON schema, ass a subclass of
schema_generator: To override the logic used to generate the JSON schema, as a subclass of
`GenerateJsonSchema` with your desired modifications
mode: The mode in which to generate the schema.
Expand Down

0 comments on commit 5e7d43e

Please sign in to comment.