summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/basetabs.py')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index 34945c27..3584b4dd 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -569,7 +569,7 @@ class ChatTab(Tab):
"""
# build the list of the recent words
char_we_dont_want = string.punctuation + ' ’„“”…«»'
- words = list()
+ words = []
for msg in self._text_buffer.messages[:-40:-1]:
if not msg:
continue