Skip to content

Commit

Permalink
spelling is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Feb 19, 2025
1 parent 887ee94 commit 551b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/common/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def get(self, arg, **kwargs):
if len(indices) > 0:
# Note: len(indices) == 0 for test_to_hierarchical_dataframe_empty_tables.
# This is an edge case test for to_hierarchical_dataframe() on empty tables.
# When len(indices) == 0, ret is expected to be an empty list, defiend above.
# When len(indices) == 0, ret is expected to be an empty list, defined above.
try:
data = self.target.get(slice(None), **kwargs)
slices = [self.__get_slice(i) for i in indices]
Expand Down

0 comments on commit 551b56e

Please sign in to comment.