summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/validate.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index 95fee3d..3d04a9a 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -173,7 +173,8 @@ Validating Formats
------------------
JSON Schema defines the :kw:`format` keyword which can be used to check if primitive types (``string``\s, ``number``\s, ``boolean``\s) conform to well-defined formats.
-By default, as per the specification, no validation is enforced. Optionally however, validation can be enabled by hooking a `format-checking object <jsonschema.FormatChecker>` into a `Validator`.
+By default, as per the specification, no validation is enforced.
+Optionally however, validation can be enabled by hooking a `format-checking object <jsonschema.FormatChecker>` into a `Validator`.
.. doctest::