diff --git a/src/stratis_cli/_actions/_pool.py b/src/stratis_cli/_actions/_pool.py index ca15bbffe..c3a8d542a 100644 --- a/src/stratis_cli/_actions/_pool.py +++ b/src/stratis_cli/_actions/_pool.py @@ -162,7 +162,7 @@ def _fetch_stopped_pools_property(proxy): def _maybe_inconsistent(value, interp): """ - Take a value that represents possibly inconsistency via result type. + Take a value that represents possible inconsistency via result type. :param value: a tuple, second item is the value :param interp: a function to intepret the optional value