Skip to content

Commit 9101341

Browse files
committed
More lie removal.
1 parent a5ec1c4 commit 9101341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/validate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ adhere to.
6868
class objects that will be checked via ``isinstance``. See
6969
:ref:`validating-types` for details.
7070
:type types: dict or iterable of 2-tuples
71-
:argument resolver: an object with a ``resolve()`` method that will be used
71+
:argument resolver: an instance of :class:`RefResolver` that will be used
7272
to resolve ``$ref`` properties (JSON references). If
73-
unprovided, a :class:`RefResolver` is created and used.
73+
unprovided, one will be created.
7474
:argument format_checker: an object with a ``conform()`` method that will
7575
be called to check and see if instances conform
7676
to each ``format`` property present in the

0 commit comments

Comments
 (0)