typo
This commit is contained in:
parent
411b2995eb
commit
c136791a00
@ -77,7 +77,7 @@ class DbReadBase(object):
|
|||||||
Databases can implement certain features or not. The default is
|
Databases can implement certain features or not. The default is
|
||||||
None, unless otherwise explicitly stated.
|
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):
|
def set_feature(self, feature, value):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user