Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Dec 8, 2023
1 parent 2f599c9 commit 8a7837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/common/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def get_key(self, **kwargs):
If container, relative_path, and field are provided, the Key that corresponds to the given name of the key
for the given container, relative_path, and field is returned.
If there are multipe matches, a list of all matching keys will be returned.
If there are multiple matches, a list of all matching keys will be returned.
"""
key_name, container, relative_path, field = popargs('key_name', 'container', 'relative_path', 'field', kwargs)
key_idx_matches = self.keys.which(key=key_name)
Expand Down

0 comments on commit 8a7837e

Please sign in to comment.