doc: remove self from methods docstrings

fixes #130
This commit is contained in:
Laurens Valk
2019-02-26 11:56:02 +01:00
parent c58cba2af8
commit be32bd8eb3
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class DriveBase():
pass
def stop(self, stop_type=Stop.coast):
"""stop(self, stop_type=Stop.coast)
"""stop(stop_type=Stop.coast)
Stop the robot.