From dfe8e548822e84f8c8a4655105813be325cee774 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Mon, 11 Sep 2023 11:33:02 +0100 Subject: [PATCH] typo in comment --- heracles/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heracles/util.py b/heracles/util.py index 96e2f66..8d473cc 100644 --- a/heracles/util.py +++ b/heracles/util.py @@ -52,7 +52,7 @@ def toc_filter(obj, include=None, exclude=None): # subclassing UserDict here since that returns the correct type from methods -# such as __copy__(), __or__(), etx. +# such as __copy__(), __or__(), etc. class TocDict(UserDict): """Table-of-contents dictionary with pattern-based lookup"""