Merge pull request #1360 from datatypevoid/patch-1

docs: add missing word
This commit is contained in:
Griatch 2017-07-13 22:54:15 +02:00 committed by GitHub
commit f7830a5c29

View file

@ -627,7 +627,7 @@ class SdescHandler(object):
def get(self):
"""
Simple getter. The sdesc should never be allowed to
be empty, but it is we must fall back to the key.
be empty, but if it is we must fall back to the key.
"""
return self.sdesc or self.obj.key