Skip to content

Commit b2d5b81

Browse files
Update netcompare/check_types.py
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
1 parent 6b95b84 commit b2d5b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netcompare/check_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def validate(**kwargs) -> None:
145145

146146
@staticmethod
147147
def result(evaluation_result) -> Tuple[Dict, bool]:
148-
"""Result methond implementation. Will return diff data and bool for check failing result."""
148+
"""Result method implementation. Will return diff data and bool for check failing result."""
149149
return evaluation_result, not evaluation_result
150150

151151

0 commit comments

Comments
 (0)