correct spelling (#33924)

* correct spelling

* Update lazy.py
This commit is contained in:
Long 2016-06-10 21:40:38 +07:00 committed by Nicole Thomas
parent c71b1c0f5c
commit 2a24ac65ae

View File

@ -66,7 +66,7 @@ class LazyDict(collections.MutableMapping):
def _missing(self, key): def _missing(self, key):
''' '''
Wheter or not the key is missing (meaning we know its not there) Whether or not the key is missing (meaning we know it's not there)
''' '''
return False return False