Skip to content

Commit 2c948c6

Browse files
read_input_registers docstring change count to regs (#2704)
1 parent b3e8430 commit 2c948c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/client/mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def read_input_registers(self,
121121
"""Read input registers (code 0x04).
122122
123123
:param address: Start address to read from
124-
:param count: (optional) Number of coils to read
124+
:param count: (optional) Number of registers to read
125125
:param device_id: (optional) Modbus device ID
126126
:param no_response_expected: (optional) The client will not expect a response to the request
127127
:raises ModbusException:

0 commit comments

Comments
 (0)