Merge "fix an incorrect statement"

This commit is contained in:
Zuul 2018-01-18 22:51:52 +00:00 committed by Gerrit Code Review
commit a774c9e854
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.
"""