From a9f394ce18b234c329d7b5b2f45d39d32790039d Mon Sep 17 00:00:00 2001 From: Robert Ricci Date: Mon, 4 Jun 2018 14:28:35 -0600 Subject: [PATCH] Fix stray text --- kittens/hints/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/hints/main.py b/kittens/hints/main.py index b12e776c1..49b2a7d25 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -333,7 +333,7 @@ def run(args, text): --word-characters -Csha1,haracters to consider as part of a word. In addition, all characters marked as +Characters to consider as part of a word. In addition, all characters marked as alpha-numeric in the unicode database will be considered as word characters. Defaults to the select_by_word_characters setting from kitty.conf.