Skip to content

Commit 6a56345

Browse files
authored
fix #355 (#359)
1 parent 8e500ad commit 6a56345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap7/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Client:
4343
>>> data[3] = 0b00000001
4444
>>> data
4545
bytearray(b'\\x00\\x00\\x00\\x01')
46-
>>> data.db_write(1, 0, data)
46+
>>> client.db_write(1, 0, data)
4747
"""
4848

4949
def __init__(self, lib_location: Optional[str] = None):

0 commit comments

Comments
 (0)