From 0c4b20aa4e6b29ccf7c389e15d7ff5189f8e98f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Mar 2022 16:30:48 +0530 Subject: [PATCH] typo --- kitty/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/window.py b/kitty/window.py index e352d0b79..c9fc1aa40 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -349,7 +349,7 @@ def load_paste_filter() -> Callable[[str], str]: except Exception as e: if not isinstance(e, FileNotFoundError): traceback.print_exc() - log_error(f'Failed to load custom draw_tab function with error: {e}') + log_error(f'Failed to load paste filter function with error: {e}') def func(text: str) -> str: return text