mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
Fix docstring
This commit is contained in:
parent
8fcd5e40d4
commit
bdc039fbf5
1 changed files with 1 additions and 1 deletions
|
|
@ -1570,7 +1570,7 @@ class Boss:
|
|||
def current_primary_selection_or_clipboard(self) -> str:
|
||||
return get_primary_selection() if supports_primary_selection else get_clipboard_string()
|
||||
|
||||
@ac('cp', 'Paste from the clipboard to the active window')
|
||||
@ac('cp', 'Paste from the primary selection, if present, otherwise the clipboard to the active window')
|
||||
def paste_from_selection(self) -> None:
|
||||
text = self.current_primary_selection_or_clipboard()
|
||||
self.paste_to_active_window(text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue