Skip to content

Commit f09436b

Browse files
committed
ModbusServerContext.device_ids() docstring
According to [the following discussion ](#2834), the docstring has to be modified.
1 parent 886632a commit f09436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/datastore/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ def __getitem__(self, device_id):
223223
)
224224

225225
def device_ids(self):
226-
"""Define device_ids."""
226+
"""Get the configured device ids."""
227227
return list(self._devices.keys())

0 commit comments

Comments
 (0)