The description field may be localizable (the old docstring indicated that it may not be). This is probably a copy-paste error.
Signed-off-by: Zygmunt Krynicki <[email protected]> --- plainbox/plainbox/abc.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plainbox/plainbox/abc.py b/plainbox/plainbox/abc.py index dbb29ed..846bb1d 100644 --- a/plainbox/plainbox/abc.py +++ b/plainbox/plainbox/abc.py @@ -439,9 +439,7 @@ class IProvider1(metaclass=ABCMeta): @abstractproperty def description(self): """ - description of this providr - - This name should be dbus-friendly. It should not be localizable. + description of this provider """ @abstractproperty -- 1.9.rc1 -- Mailing list: https://launchpad.net/~checkbox-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~checkbox-dev More help : https://help.launchpad.net/ListHelp

