From 21531f233a9e7d011f05716d3a0bd09158d5846c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 20 Nov 2019 08:11:56 +1100 Subject: [PATCH] Fix simple typo: mutliple -> multiple --- saws/completer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saws/completer.py b/saws/completer.py index 88e18733..5a2b8a64 100644 --- a/saws/completer.py +++ b/saws/completer.py @@ -158,7 +158,7 @@ def replace_shortcut(self, text): Currently, only one shortcut is replaced before shortcut replacement terminates, although this function could potentially be extended - to replace mutliple shortcuts. + to replace multiple shortcuts. Args: * text: A string representing the input command text to replace.