summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
commit9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 (patch)
treebdc1d522311aea5e2024bb9097a5939c9a60ab7a /poezio/tabs/basetabs.py
parentf1bfec332f168364ada51254bce950700a1f5731 (diff)
downloadpoezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.gz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.bz2
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.xz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.zip
"information" is already plural, fix wording
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 5dc3eecb..02af159a 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -383,7 +383,7 @@ class Tab(object):
def on_info_win_size_changed(self):
"""
- Called when the window with the informations is resized
+ Called when the window with the information is resized
"""
pass