Update __init__.py

This commit is contained in:
Pascal Vizeli 2018-04-26 21:44:06 +02:00 committed by GitHub
parent 3d101a24a1
commit 99cc5972c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,12 @@ class HostManager(CoreSysAttributes):
@property
def control(self):
"""Return host power handler."""
"""Return host control handler."""
return self._control
@property
def info(self):
"""Return host local handler."""
"""Return host info handler."""
return self._info
@property