Skip to content

Commit

Permalink
docstrings: Fix RST
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 12, 2021
1 parent 47575a1 commit cd0dda9
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 @@ -548,7 +548,7 @@ def validate_object_id(*args, allow_missing=_false, allow_optional=()):
"""
Warns and returns the number of errors relating to objects within arrays lacking "id" fields.
If an array field's "wholeListMerge" property isn't set or is set to ``false`` or ``null`, then the object fields
If an array field's "wholeListMerge" property isn't set or is set to ``false`` or ``null``, then the object fields
under it must have an "id" field, and the "id" field must be required.
:param function allow_missing: a method that accepts a JSON Pointer, and returns whether the field is allowed to
Expand Down

0 comments on commit cd0dda9

Please sign in to comment.