dubious docstring; hard-to-understand function stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 22 May 2009 15:48:25 +0200
branchstable
changeset 1907 0f3363d24239
parent 1905 9c96dd7cc624
child 1908 4ea82ac0559a
child 1914 0ce7dbfffefd
child 1917 eaf6e0edc509
dubious docstring; hard-to-understand function
selectors.py
--- a/selectors.py	Fri May 22 01:30:58 2009 +0200
+++ b/selectors.py	Fri May 22 15:48:25 2009 +0200
@@ -114,7 +114,7 @@
 
 
 def score_interface(cls_or_inst, cls, iface):
-    """Return true if the give object (maybe an instance or class) implements
+    """Return XXX if the give object (maybe an instance or class) implements
     the interface.
     """
     if getattr(iface, '__registry__', None) == 'etypes':