Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kyu_3/make_spiral/solution.py:180 in public function `set_initial_params`: D401: First line should be in imperative mood (perhaps 'Set', not 'Setting') [Docstring] prescribes the function or method's effect as a command: ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...". kyu_3/make_spiral/solution.py:203 in public function `spiralize`: D401: First line should be in imperative mood (perhaps 'Create', not 'Creates') [Docstring] prescribes the function or method's effect as a command: ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
- Loading branch information