Remove neoFS from comments and __doc__

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
Aleksei Chetaev 2023-02-16 15:50:09 +01:00 committed by Julia Kovshova
parent adb06aa158
commit ad8fd930c8
5 changed files with 10 additions and 10 deletions

View file

@ -11,9 +11,9 @@ class DiskInfo(dict):
class Host(ABC):
"""Interface of a host machine where neoFS services are running.
"""Interface of a host machine where frostFS services are running.
Allows to manage the machine and neoFS services that are hosted on it.
Allows to manage the machine and frostFS services that are hosted on it.
"""
def __init__(self, config: HostConfig) -> None: