Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Sep 11, 2023
1 parent dfe8e54 commit 58bf381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heracles/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class TocDict(UserDict):
"""Table-of-contents dictionary with pattern-based lookup"""

def __getitem__(self, pattern):
"""loop up one or many keys in dict"""
"""look up one or many keys in dict"""
# first, see if pattern is a valid entry in the dict
# might fail with KeyError (no such entry) or TypeError (not hashable)
try:
Expand Down

0 comments on commit 58bf381

Please sign in to comment.