diff -r 7d4bc4c54326 -r 9f75f5de2134 _exceptions.py --- a/_exceptions.py Thu Sep 10 08:00:03 2009 +0200 +++ b/_exceptions.py Thu Sep 10 08:00:44 2009 +0200 @@ -118,7 +118,7 @@ class NoSelectableObject(RegistryException): """some views with the given vid have been found but no - one is applyable to the result set + one is applicable to the result set """ class UnknownProperty(RegistryException):