forked from p15670423/monkey
Common: Reword PluginConfiguration docstring description
This commit is contained in:
parent
fad0c5fe4d
commit
f941c2aa35
|
@ -28,7 +28,7 @@ class CustomPBAConfiguration:
|
|||
@dataclass(frozen=True)
|
||||
class PluginConfiguration:
|
||||
"""
|
||||
Dataclass for the configuration of plugins
|
||||
A configuration for plugins
|
||||
|
||||
:param name: Name of the plugin.
|
||||
Example: "ransomware"
|
||||
|
|
Loading…
Reference in New Issue