diff options
-rw-r--r-- | poezio/core/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py index 4d62da93..ee1025e8 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1934,7 +1934,7 @@ class Core: self.refresh_window() -class KeyDict(Dict[str, Callable]): +class KeyDict(dict): """ A dict, with a wrapper for get() that will return a custom value if the key starts with _exc_ |