← Back to team overview

checkbox-dev team mailing list archive

[PATCH 2/2] plainbox:abc: fix docstring for IProvider1.description

 

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 <zygmunt.krynicki@xxxxxxxxxxxxx>
---
 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



References