From 9a8f0a9b5a317e5c0086545c7795f362c9ae3d6f Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 17 Oct 2019 13:56:46 +0200 Subject: [PATCH] Fix typo --- kitty/complete.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/complete.py b/kitty/complete.py index cdf1f1b31..2c05b3c01 100644 --- a/kitty/complete.py +++ b/kitty/complete.py @@ -16,7 +16,7 @@ from .shell import options_for_cmd To add completion for a new shell, you need to: 1) Add an entry to completion scripts for your shell, this is -a simple function that call's kitty's completion code and passes the +a simple function that calls kitty's completion code and passes the results to the shell's completion system. This can be output by `kitty +complete setup shell_name` and its output goes into your shell's rc file.