Skip to content

Commit

Permalink
docs: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 5, 2021
1 parent 15669e7 commit 47575a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jscc/testing/checks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This module offers ``get_*`` methods to check for empty files, misindented JSON files, and invalid JSON files. See
"pytest examples" for usage examples.
This module offers ``get_*`` functions to check for empty files, misindented JSON files, and invalid JSON files. See
"pytest example" in each function's documentation for usage examples.
This module also offers ``validate_*`` methods to test JSON Schema. Each method's behavior is customizable, and not all
methods are relevant to all schema.
Expand Down

0 comments on commit 47575a1

Please sign in to comment.