We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a971f7c commit df2cacfCopy full SHA for df2cacf
reference/constraints/Url.rst
@@ -320,7 +320,7 @@ also relative URLs that contain no protocol (e.g. ``//example.com``).
320
By default, URLs like ``https://aaa`` or ``https://foobar`` are considered valid
321
because they are tecnically correct according to the `URL spec`_. If you set this option
322
to ``true``, the host part of the URL will have to include a TLD (top-level domain
323
-names): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
+name): e.g. ``https://example.com`` will be valid but ``https://example`` won't.
324
325
.. note::
326
0 commit comments