diff options
author | mathieui <mathieui@mathieui.net> | 2014-05-06 00:07:41 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-05-06 00:07:41 +0200 |
commit | 467ae18290b080c07892d342b86728b4e7d3791e (patch) | |
tree | d2ba433380b2f8f2944ec80817f4fd9a4eddd9f9 /src/tabs | |
parent | 4a46e7ed5f16ad8beffb1bafdd93255e0f500bb9 (diff) | |
download | poezio-467ae18290b080c07892d342b86728b4e7d3791e.tar.gz poezio-467ae18290b080c07892d342b86728b4e7d3791e.tar.bz2 poezio-467ae18290b080c07892d342b86728b4e7d3791e.tar.xz poezio-467ae18290b080c07892d342b86728b4e7d3791e.zip |
Obsolete docstring in dataforms tab
Diffstat (limited to 'src/tabs')
-rw-r--r-- | src/tabs/data_forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/data_forms.py b/src/tabs/data_forms.py index e480f18e..0fad2974 100644 --- a/src/tabs/data_forms.py +++ b/src/tabs/data_forms.py @@ -1,5 +1,5 @@ """ -Defines the data-forms Tab and all the Windows for it. +Defines the data-forms Tab """ import logging |