Skip to content

Commit c451405

Browse files
authored
Update client db_write docs (#352)
1 parent d26cf8e commit c451405

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
@@ -233,7 +233,7 @@ def db_write(self, db_number: int, start: int, data: bytearray) -> int:
233233
234234
Args:
235235
db_number: number of the DB to be read.
236-
start: byte index from where is start to read from.
236+
start: byte index to start writing to.
237237
data: buffer to be write.
238238
239239
Returns:

0 commit comments

Comments
 (0)