mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
typos in docs
This commit is contained in:
@@ -18,8 +18,8 @@ if TYPE_CHECKING:
|
||||
class CreateMarker(RemoteCommand):
|
||||
|
||||
'''
|
||||
match: Which window to detach
|
||||
self: Boolean indicating whether to detach the window the command is run in
|
||||
match: Which window to create the marker in
|
||||
self: Boolean indicating whether to create marker in the window the command is run in
|
||||
marker_spec: A list or arguments that define the marker specification, for example: ['text', '1', 'ERROR']
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user