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
@@ -40,7 +40,7 @@ class Display():
pass
def image(self, file_name, alignment=Align.center, coordinate=None, clear=True):
"""image(self, file_name, alignment=Align.center, coordinate=None, clear=True)
"""image(file_name, alignment=Align.center, coordinate=None, clear=True)
Show an image file.