mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Schema.md: use consistent (American) spelling (#3207)
Customisation is the British spelling. Below (and elsewhere) the American spelling (customization) is used.
This commit is contained in:
@@ -37,7 +37,7 @@ The format of `$ref`s (`"#/definitions/FooBar"` above) can be altered by calling
|
||||
with the `ref_template` keyword argument, e.g. `ApplePie.schema(ref_template='/schemas/{model}.json#/')`, here `{model}`
|
||||
will be replaced with the model naming using `str.format()`.
|
||||
|
||||
## Field customisation
|
||||
## Field customization
|
||||
|
||||
Optionally, the `Field` function can be used to provide extra information about the field and validations.
|
||||
It has the following arguments:
|
||||
|
||||
Reference in New Issue
Block a user