pksunkara / alpaca

Given a web API, Generate client libraries in node, php, python, ruby
Mozilla Public License 2.0
2.45k stars 89 forks source link

Python: fix docstrings pep257 warnings #28

Closed matrixik closed 10 years ago

matrixik commented 10 years ago

Fixed warnings: D400 First line should end with '.', not 't' D203 Expected 1 blank line before class docstring, found 0 Q000 Remove Double quotes W293 blank line contains whitespace N802 function name should be lowercase Some more spelling mistakes Some docs updates