diff options
Diffstat (limited to 'development/pychecker/README')
-rw-r--r-- | development/pychecker/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pychecker/README b/development/pychecker/README index ad5bab77ab979..9fb5dcec9e2ac 100644 --- a/development/pychecker/README +++ b/development/pychecker/README @@ -21,5 +21,5 @@ Types of problems that can be found include: * self is not the first parameter defined for a method * Unused globals and locals (module or variable) * Unused function/method arguments (can ignore self) -* No doc strings in modules, classes, functions, and methods +* No doc strings in modules, classes, functions, and methods |