Fix wrong example for direct_maps

Direct_maps is a list in federation/utils.py.
This list is being appended to another list in
Class DirectMaps in federaton/utils.py.

This patch fixes the example of direct_maps passed
to the function _update_local_mapping.

Change-Id: I82190d421989638ca6c1c6b6a61de871662b2c06
This commit is contained in:
Vishakha Agarwal 2019-02-07 12:59:08 +05:30
parent 374b03b015
commit 49ada37ced
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ class RuleProcessor(object):
Example direct_maps::
['Bob', 'Thompson', 'bob@example.com']
[['Bob'], ['Thompson'], ['bob@example.com']]
:returns: new local mapping reference with replaced values.