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