Skip to content

Commit e627d6a

Browse files
committed
Merge branch 'pr-582' into 2.5.0
2 parents f520bd0 + fa665cd commit e627d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def _recv(self, expected_response_length, full):
376376
def addTransaction(self, request, tid=None):
377377
""" Adds a transaction to the handler
378378
379-
This holds the requets in case it needs to be resent.
379+
This holds the request in case it needs to be resent.
380380
After being sent, the request is removed.
381381
382382
:param request: The request to hold on to

0 commit comments

Comments
 (0)