Skip to content

Commit b22ec40

Browse files
committed
Spelling, indirectly.
1 parent 0d9ddd2 commit b22ec40

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/validate.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -344,26 +344,26 @@ more specific list of available checkers, along with their requirement
344344
that requires it, validation will succeed without throwing an error,
345345
as specified by the JSON Schema specification.
346346

347-
===================== ====================
348-
Checker Notes
349-
===================== ====================
350-
color requires webcolors_
351-
date
352-
date-time requires strict-rfc3339_
353-
email
354-
hostname
355-
idn-hostname requires idna_
356-
ipv4
357-
ipv6 OS must have `socket.inet_pton` function
358-
iri requires rfc3987_
359-
iri-reference requires rfc3987_
360-
json-pointer requires jsonpointer_
361-
regex
362-
relative-json-pointer requires jsonpointer_
363-
time requires strict-rfc3339_
364-
uri requires rfc3987_
365-
uri-reference requires rfc3987_
366-
===================== ====================
347+
========================= ====================
348+
Checker Notes
349+
========================= ====================
350+
``color`` requires webcolors_
351+
``date``
352+
``date-time`` requires strict-rfc3339_
353+
``email``
354+
``hostname``
355+
``idn-hostname`` requires idna_
356+
``ipv4``
357+
``ipv6`` OS must have `socket.inet_pton` function
358+
``iri`` requires rfc3987_
359+
``iri-reference`` requires rfc3987_
360+
``json-pointer`` requires jsonpointer_
361+
``regex``
362+
``relative-json-pointer`` requires jsonpointer_
363+
``time`` requires strict-rfc3339_
364+
``uri`` requires rfc3987_
365+
``uri-reference`` requires rfc3987_
366+
========================= ====================
367367

368368

369369
.. _idna: https://pypi.org/pypi/idna/

0 commit comments

Comments
 (0)