Skip to content

Commit f7985c9

Browse files
authored
Fix typo in utilities.py
1 parent 13de8ab commit f7985c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def to_string(cls, state):
3030
ModbusTransactionState.WAITING_TURNAROUND_DELAY: "WAITING_TURNAROUND_DELAY",
3131
ModbusTransactionState.PROCESSING_REPLY: "PROCESSING_REPLY",
3232
ModbusTransactionState.PROCESSING_ERROR: "PROCESSING_ERROR",
33-
ModbusTransactionState.TRANSACTION_COMPLETE: "TRANSCATION_COMPLETE"
33+
ModbusTransactionState.TRANSACTION_COMPLETE: "TRANSACTION_COMPLETE"
3434
}
3535
return states.get(state, None)
3636

0 commit comments

Comments
 (0)