fix an incorrect statement

Change-Id: I2fa6ece11f4217a7b925d8814e1c3dc96f5eba19
This commit is contained in:
sunqingliang6 2018-01-18 09:19:25 +08:00
parent b9123f90ed
commit 345dc7c09e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def safe_call(func, *args, **kwargs):
"""Call a function ignoring Not Found error
This method is supposed to be used only for safe retrieving Sahara
objects. If the object is no longer available the None should be
objects. If the object is no longer available, then None should be
returned.
"""