From 8a7837e778b1e1feac812f8f90ce9adab00e75d9 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Fri, 8 Dec 2023 14:27:21 -0800 Subject: [PATCH] doc --- src/hdmf/common/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdmf/common/resources.py b/src/hdmf/common/resources.py index dcf6d5f6a..8054a758f 100644 --- a/src/hdmf/common/resources.py +++ b/src/hdmf/common/resources.py @@ -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)