Skip to content

Commit fcb1787

Browse files
committed
Slightly clarify the wording, which means to refer to calling this method directly.
1 parent 62e942e commit fcb1787

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsonschema/validators.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,9 @@ def resolve_remote(self, uri):
332332
"""
333333
Resolve a remote ``uri``.
334334
335-
Does not check the store first, but stores the retrieved document in
336-
the store if :attr:`RefResolver.cache_remote` is True.
335+
If called directly, does not check the store first, but after
336+
retrieving the document at the specified URI it will be saved in
337+
the store if :attr:`cache_remote` is True.
337338
338339
.. note::
339340

0 commit comments

Comments
 (0)