From 6afe3cbc5a27954359d1529e9203e5994020bbdb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 13 May 2025 15:44:43 +0530 Subject: [PATCH] typo --- kitty/fast_data_types.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/fast_data_types.pyi b/kitty/fast_data_types.pyi index b3ef93e2d..fb7779286 100644 --- a/kitty/fast_data_types.pyi +++ b/kitty/fast_data_types.pyi @@ -1570,7 +1570,7 @@ def set_os_window_pos(os_window_id: int, x: int, y: int) -> None: def get_all_processes() -> Tuple[int, ...]: pass -def get_monitor_names() -> tuple[tuple[str, str], ...]: ... +def glfw_get_monitor_names() -> tuple[tuple[str, str], ...]: ... def num_users() -> int: pass