aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/outs.py')
-rw-r--r--modules/commands/outs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index a1733d18..c81883ab 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -64,8 +64,7 @@ class Out(object):
sent_line = self.server.send(line)
- @staticmethod
- def _adjust_to_word_boundaries(left, right):
+ def _adjust_to_word_boundaries(self, left, right):
if right[0] == WORD_BOUNDARY:
return left, right