Skip to content

Commit

Permalink
Update term_set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Apr 3, 2024
1 parent fa00832 commit 3232824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def __iter__(self):
def __multi_validation(self, data):
"""
append_data includes numpy arrays. This is not the same as list append.
Numpy array append is essentially list extend. Now if a user appends an array, we need to
Numpy array append is essentially list extend. Now if a user appends an array (for compound data), we need to
support validating arrays with multiple items. This method is an internal bulk validation
check for numpy arrays and extend.
"""
Expand Down

0 comments on commit 3232824

Please sign in to comment.