From 9d9840a6d875c0c7111fcd096a0c9e5c5e0d8527 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 4 Dec 2021 12:53:16 +0530 Subject: [PATCH] ... --- kitty/rc/resize_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/resize_window.py b/kitty/rc/resize_window.py index f80fb2820..12bd3b75f 100644 --- a/kitty/rc/resize_window.py +++ b/kitty/rc/resize_window.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: class ResizeWindow(RemoteCommand): ''' match: Which window to resize - self: Boolean indicating whether to close the window the command is run in + self: Boolean indicating whether to resize the window the command is run in increment: Integer specifying the resize increment axis: One of :code:`horizontal, vertical` or :code:`reset` '''