We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b95b84 commit b2d5b81Copy full SHA for b2d5b81
netcompare/check_types.py
@@ -145,7 +145,7 @@ def validate(**kwargs) -> None:
145
146
@staticmethod
147
def result(evaluation_result) -> Tuple[Dict, bool]:
148
- """Result methond implementation. Will return diff data and bool for check failing result."""
+ """Result method implementation. Will return diff data and bool for check failing result."""
149
return evaluation_result, not evaluation_result
150
151
0 commit comments