From 8afdaab4acefb2f50e056b6661fbbda36b63b2b8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 27 Oct 2021 02:28:27 +0300 Subject: [PATCH] Schema.md: use consistent (American) spelling (#3207) Customisation is the British spelling. Below (and elsewhere) the American spelling (customization) is used. --- docs/usage/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/schema.md b/docs/usage/schema.md index d49bb63..9c34196 100644 --- a/docs/usage/schema.md +++ b/docs/usage/schema.md @@ -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: