Fix typos in docstring

Change-Id: Idafd25b1fddb8068383e7f11dfe6d09fc7b3149e
This commit is contained in:
melissaml 2018-09-25 16:43:58 +08:00
parent e6e6d4ce11
commit 37da9a72e1
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class DfLocalController(object):
self.switch_backend.switch_sync_started()
def _is_newer(self, obj, cached_obj):
'''Check wether obj is newer than cached_on.
'''Check whether obj is newer than cached_obj.
If obj is a subtype of Version mixin we can use is_newer_than,
otherwise we assume that our NB-received object is always newer than