docs: add missing word

This commit is contained in:
David Newman 2017-07-12 08:16:48 -04:00 committed by GitHub
parent dc859eae57
commit a2c76f06cd

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