diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index df8d36e365..8d2ed2d404 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -1142,7 +1142,7 @@ For each field, we describe the default widget used if you don't specify .. attribute:: assume_scheme The scheme assumed for URLs provided without one. Defaults to - ``"http"``. For example, if ``assume_scheme`` is ``"https"`` and the + ``"https"``. For example, if ``assume_scheme`` is ``"https"`` and the provided value is ``"example.com"``, the normalized value will be ``"https://example.com"``.