Skip to content

Commit 868e2ac

Browse files
precicelyCopilot
andauthored
Update kwave/utils/kwave_array.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 98c6d84 commit 868e2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kwave/utils/kwave_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __eq__(self, other):
8888
arrays.
8989
9090
:param other: an instance of Element
91-
:raises ValueError: when other object is not an instance of Element
91+
:raises TypeError: when other object is not an instance of Element
9292
:return: bool
9393
"""
9494
if not isinstance(other, type(self)):

0 commit comments

Comments
 (0)