update documentation
This commit is contained in:
parent
54320096fb
commit
3ef0fff256
6 changed files with 205 additions and 18 deletions
|
@ -12,7 +12,7 @@ class Display(object):
|
|||
"""
|
||||
|
||||
@staticmethod
|
||||
def write(line: int, text: string):
|
||||
def write(line: int, text: str):
|
||||
"""Write a string of text to the integrated display.
|
||||
|
||||
:param line: Line to write. Between 1 and 4
|
||||
|
|
Reference in a new issue