typos in docs

This commit is contained in:
Kovid Goyal
2021-02-24 14:17:28 +05:30
parent 9e7031f5d8
commit 5fd6c6b9a1

View File

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