Fixes a docstring to reflect actual return values

RuleProcessor._verify_all_requirements can return None and in fact a
None is expected when there are no valid requirements.

Change-Id: I7559cf966115ab19e466e2df172b5165d9af1346
This commit is contained in:
David Stanek 2015-07-29 16:11:51 +00:00
parent 88d754ef7c
commit df62931110
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ class RuleProcessor(object):
}
:returns: identity values used to update local
:rtype: keystone.contrib.federation.utils.DirectMaps
:rtype: keystone.contrib.federation.utils.DirectMaps or None
"""