diff -r 054ac3c88754 -r 9e8431cbd2cf Plugins/CheckerPlugins/Pep8/Pep8Fixer.py --- a/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Mon Sep 16 19:58:27 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Mon Sep 16 19:59:46 2013 +0200 @@ -20,6 +20,8 @@ import Utilities +# TODO: add fixers for some docstring issues + Pep8FixableIssues = ["E101", "E111", "E121", "E122", "E123", "E124", "E125", "E126", "E127", "E128", "E133", "E201", "E202", "E203", "E211", "E221", "E222", "E223",