From b22ec408ad33a01ce1c24a289710580c2f8dd25d Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 11 Jan 2019 18:25:11 -0500 Subject: Spelling, indirectly. --- docs/validate.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/validate.rst b/docs/validate.rst index 4f78936..b877bb4 100644 --- a/docs/validate.rst +++ b/docs/validate.rst @@ -344,26 +344,26 @@ more specific list of available checkers, along with their requirement that requires it, validation will succeed without throwing an error, as specified by the JSON Schema specification. -===================== ==================== -Checker Notes -===================== ==================== -color requires webcolors_ -date -date-time requires strict-rfc3339_ -email -hostname -idn-hostname requires idna_ -ipv4 -ipv6 OS must have `socket.inet_pton` function -iri requires rfc3987_ -iri-reference requires rfc3987_ -json-pointer requires jsonpointer_ -regex -relative-json-pointer requires jsonpointer_ -time requires strict-rfc3339_ -uri requires rfc3987_ -uri-reference requires rfc3987_ -===================== ==================== +========================= ==================== +Checker Notes +========================= ==================== +``color`` requires webcolors_ +``date`` +``date-time`` requires strict-rfc3339_ +``email`` +``hostname`` +``idn-hostname`` requires idna_ +``ipv4`` +``ipv6`` OS must have `socket.inet_pton` function +``iri`` requires rfc3987_ +``iri-reference`` requires rfc3987_ +``json-pointer`` requires jsonpointer_ +``regex`` +``relative-json-pointer`` requires jsonpointer_ +``time`` requires strict-rfc3339_ +``uri`` requires rfc3987_ +``uri-reference`` requires rfc3987_ +========================= ==================== .. _idna: https://pypi.org/pypi/idna/ -- cgit v1.2.1