selectors.py
branchstable
changeset 1907 0f3363d24239
parent 1784 f0fb914e57db
child 1909 58374d1f6d9b
--- 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':