We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e500ad commit 6a56345Copy full SHA for 6a56345
snap7/client.py
@@ -43,7 +43,7 @@ class Client:
43
>>> data[3] = 0b00000001
44
>>> data
45
bytearray(b'\\x00\\x00\\x00\\x01')
46
- >>> data.db_write(1, 0, data)
+ >>> client.db_write(1, 0, data)
47
"""
48
49
def __init__(self, lib_location: Optional[str] = None):
0 commit comments