mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 20:28:06 +00:00
typo
This commit is contained in:
parent
7ec486c7a6
commit
6afe3cbc5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue