Skip to content

Commit fa665cd

Browse files
authored
addTransaction() docstring typo fix -> request
1 parent d4f5f9e commit fa665cd

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
@@ -324,7 +324,7 @@ def _recv(self, expected_response_length, full):
324324
def addTransaction(self, request, tid=None):
325325
""" Adds a transaction to the handler
326326
327-
This holds the requets in case it needs to be resent.
327+
This holds the request in case it needs to be resent.
328328
After being sent, the request is removed.
329329
330330
:param request: The request to hold on to

0 commit comments

Comments
 (0)