Skip to content

Commit 566677e

Browse files
authored
Fix docstring typo to 'h(olding)' and 'i(nputs)'
1 parent d4f5f9e commit 566677e

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)