From c136791a00ecfa13f6a15666f83f6173d3c66d9e Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 12 Mar 2015 09:58:38 -0700 Subject: [PATCH] typo --- gramps/gen/db/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """