Skip to content

Commit

Permalink
Correct a spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti committed Feb 22, 2024
1 parent 24dd784 commit 0901716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clintest/assertion.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def holds_for(self, model: Model) -> bool:
class Or(Assertion):
"""
The disjunction of a list of given assertions.
This assertions hold if any `args` hold.
This assertion holds if any `args` hold.
Parameters
----------
Expand Down

0 comments on commit 0901716

Please sign in to comment.