Skip to content

Commit

Permalink
Correct :returns for validate_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 17, 2020
1 parent c7c1be6 commit 8aa8f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscc/testing/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def validate_ref(path, data):
"""
Warns and returns ``1`` if not all ``$ref``'erences can be resolved.
:returns: ``1``
:returns: ``0`` or ``1``
:rtype: int
"""
ref = JsonRef.replace_refs(data)
Expand Down

0 comments on commit 8aa8f36

Please sign in to comment.