diff --git a/gramps/gen/db/base.py b/gramps/gen/db/base.py index 2345dc631..8c7cc8876 100644 --- a/gramps/gen/db/base.py +++ b/gramps/gen/db/base.py @@ -77,7 +77,7 @@ class DbReadBase(object): Databases can implement certain features or not. The default is None, unless otherwise explicitly stated. """ - return self.__feature.get(feature, None) # can also be explitily None + return self.__feature.get(feature, None) # can also be explicitly None def set_feature(self, feature, value): """