summaryrefslogtreecommitdiff
path: root/keystone/federation/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/federation/utils.py')
-rw-r--r--keystone/federation/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/federation/utils.py b/keystone/federation/utils.py
index 5f53dfbb5..7c1f0c901 100644
--- a/keystone/federation/utils.py
+++ b/keystone/federation/utils.py
@@ -251,7 +251,7 @@ class DirectMaps(object):
self._matches = []
def __str__(self):
- """return the direct map array as a string."""
+ """Return the direct map array as a string."""
return '%s' % self._matches
def add(self, values):