Skip to content

Commit e28591e

Browse files
committed
Fix typos in parse_response_adu() docstring.
1 parent 5cb3d52 commit e28591e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umodbus/client/serial/rtu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ def write_multiple_registers(slave_id, starting_address, values):
174174

175175
def parse_response_adu(resp_adu, req_adu=None):
176176
""" Parse response ADU and return response data. Some functions require
177-
request ADU to fully understand request ADU.
177+
request ADU to fully understand response ADU.
178178
179-
:param resp_adu: Resonse ADU.
179+
:param resp_adu: Response ADU.
180180
:param req_adu: Request ADU, default None.
181181
:return: Response data.
182182
"""

0 commit comments

Comments
 (0)