# HG changeset patch # User Nicolas Chauvat # Date 1288346325 -7200 # Node ID 1719137de7da49118927f83dd74bb38d40efe50b # Parent 6205927e927a04d2e3ca4a57cfe02e0dd2ed588f fix grammar in docstring diff -r 6205927e927a -r 1719137de7da vregistry.py --- a/vregistry.py Fri Oct 29 00:03:30 2010 +0200 +++ b/vregistry.py Fri Oct 29 11:58:45 2010 +0200 @@ -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.