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:
Tom Hacohen
2021-10-27 02:28:27 +03:00
committed by GitHub
parent 7acac76f3c
commit 8afdaab4ac
+1 -1
View File
@@ -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: