Skip to content

Commit b226188

Browse files
authored
Fix comment
1 parent 6b32557 commit b226188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def _verify_arg_default_value(
715715
try:
716716
defaults_match = bool(stub_default == runtime_arg.default)
717717
except Exception:
718-
# Exception can be raised in eq/ne dunder methods (e.g. numpy arrays)
718+
# Exception can be raised in bool dunder method (e.g. numpy arrays)
719719
# At this point, consider the default to be different, it is probably
720720
# too complex to put in a stub anyway.
721721
defaults_match = False

0 commit comments

Comments
 (0)