Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Dec 8, 2023
1 parent 8a93781 commit 2f599c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hdmf/common/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ 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.

Check failure on line 488 in src/hdmf/common/resources.py

View workflow job for this annotation

GitHub Actions / Check for spelling errors

multipe ==> multiple
"""
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 2f599c9

Please sign in to comment.