diff options
Diffstat (limited to 'iotronic/db/api.py')
-rw-r--r-- | iotronic/db/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iotronic/db/api.py b/iotronic/db/api.py index 82fafff..dfdf4d2 100644 --- a/iotronic/db/api.py +++ b/iotronic/db/api.py | |||
@@ -475,7 +475,7 @@ class Connection(object): | |||
475 | """ | 475 | """ |
476 | 476 | ||
477 | @abc.abstractmethod | 477 | @abc.abstractmethod |
478 | def get_exposed_service_by_board_uuid(self, board_uuid): | 478 | def get_exposed_services_by_board_uuid(self, board_uuid): |
479 | """get an exposed of a service using a board_uuid | 479 | """get an exposed of a service using a board_uuid |
480 | 480 | ||
481 | :param board_uuid: The id or uuid of a board. | 481 | :param board_uuid: The id or uuid of a board. |