diff --git a/python/understack-workflows/understack_workflows/discover.py b/python/understack-workflows/understack_workflows/discover.py index 4c5c623b3..e76c058eb 100644 --- a/python/understack-workflows/understack_workflows/discover.py +++ b/python/understack-workflows/understack_workflows/discover.py @@ -16,7 +16,7 @@ def discover_chassis_info(bmc: Bmc) -> ChassisInfo: If the server is off, power it on. - Make sure that we have at lease MIN_REQUIRED_NEIGHBOR_COUNT LLDP neighbors in + Make sure that we have at least MIN_REQUIRED_NEIGHBOR_COUNT LLDP neighbors in the returned ChassisInfo. If that can't be achieved in a reasonable time then raise an Exception. """