diff --git a/bunker/backends/component.py b/bunker/backends/component.py index b48f55a..028ce98 100644 --- a/bunker/backends/component.py +++ b/bunker/backends/component.py @@ -12,10 +12,12 @@ class AbstractComponent(metaclass=ABCMeta): Create a new component in the given bunker using the given name and password. - Note that this might not be the most handy + NOTE that this might not be the most handy classmethod to instatiate a component, there might be other classmethods that make use of this method. + + NOTE: this classmethod HAS to call ``bunker._add_component``. """ pass