backport stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Nov 2010 16:39:49 +0100
changeset 6666 55a94beb521d
parent 6664 7b6acf314a7a (current diff)
parent 6661 1719137de7da (diff)
child 6667 e2665842fe22
child 6689 b00f31b3b045
backport stable
vregistry.py
--- a/vregistry.py	Tue Nov 02 08:16:18 2010 +0100
+++ b/vregistry.py	Wed Nov 03 16:39:49 2010 +0100
@@ -480,7 +480,7 @@
         - first ensure parent classes are already registered
 
         - class with __abstract__ == True in their local dictionnary or
-          with a name starting starting by an underscore are not registered
+          with a name starting with an underscore are not registered
 
         - appobject class needs to have __registry__ and __regid__ attributes
           set to a non empty string to be registered.