From a6e66cd50ef64c0f2bf6fe154edcc652a66e9a46 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 9 Mar 2019 15:36:32 +0100 Subject: Fix various spelling mistakes throughout the code --- poezio/tabs/data_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/data_forms.py') diff --git a/poezio/tabs/data_forms.py b/poezio/tabs/data_forms.py index 496863bc..f4ed63e5 100644 --- a/poezio/tabs/data_forms.py +++ b/poezio/tabs/data_forms.py @@ -14,7 +14,7 @@ log = logging.getLogger(__name__) class DataFormsTab(Tab): """ - A tab contaning various window type, displaying + A tab containing various window type, displaying a form that the user needs to fill. """ plugin_commands = {} # type: Dict[str, Command] -- cgit v1.2.3