Fixed small typo
This commit is contained in:
parent
9d25cbf6ae
commit
6d4a85e838
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import tuned.plugins
|
|||
|
||||
class Unit(object):
|
||||
"""
|
||||
Unit is the smallest tuning component. Units have to be insantiated using UnitManager.
|
||||
Unit is the smallest tuning component. Units have to be instantiated using UnitManager.
|
||||
|
||||
One unit utilizes one plugin. The tuning can be limited to certain devices with specific
|
||||
options. Multiple units can utilize one plugin, but they should not control the same
|
||||
|
|
|
|||
Loading…
Reference in a new issue