Skip to content

Commit cf0cd8f

Browse files
committed
Merge branch 'pr-588' into 2.5.0
2 parents 3d4792b + 566677e commit cf0cd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def decode(self, fx):
180180
""" Converts the function code to the datastore to
181181
182182
:param fx: The function we are working with
183-
:returns: one of [d(iscretes),i(inputs),h(oliding),c(oils)
183+
:returns: one of [d(iscretes),i(nputs),h(olding),c(oils)
184184
"""
185185
return self.__fx_mapper[fx]
186186

0 commit comments

Comments
 (0)