This commit is contained in:
Kovid Goyal
2021-12-04 12:53:16 +05:30
parent b36d8d6469
commit 9d9840a6d8

View File

@@ -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`
'''