X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fcomposite.py;h=9007cdc625d1d8e471c0fb94809f872de4f40bf4;hb=f14a5114d0cf6673c172bdb89669fa80efcd3f2b;hp=ffa6de98e60aee0edeae19005fb132d839ccdc91;hpb=74b3a7675c43e2884b396cd9d5febfebc6e9ff97;p=unfold.git diff --git a/unfold/composite.py b/unfold/composite.py index ffa6de98..9007cdc6 100644 --- a/unfold/composite.py +++ b/unfold/composite.py @@ -4,7 +4,7 @@ from unfold.plugin import Plugin # sons is expected to be a list of the contained plugins, and # active_domid is the domid for the one son that should be displayed as active # some subclasses of Composite, like e.g. Tabs, will not behave as expected -# if a valid active_domid is not be provided +# if a valid active_domid is not provided class Composite (Plugin):