Fix typos

This commit is contained in:
Luflosi
2020-06-23 16:18:02 +02:00
parent 36a20f7b00
commit 2b884377d4
8 changed files with 8 additions and 8 deletions

View File

@@ -341,7 +341,7 @@ def request_from_clipboard(use_primary: bool = False) -> str:
return '\x1b]52;{};?\x07'.format('p' if use_primary else 'c')
# Boilerplate to make operations availble via Handler.cmd {{{
# Boilerplate to make operations available via Handler.cmd {{{
def writer(handler: HandlerType, func: Callable) -> Callable: