From 3660be00f9cc8951b41891d2ab276caa13910e4e Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 9 Mar 2010 18:55:45 +0100 Subject: [PATCH] editorial --- src/saml2/cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/saml2/cache.py b/src/saml2/cache.py index f381b01..f32527f 100644 --- a/src/saml2/cache.py +++ b/src/saml2/cache.py @@ -110,6 +110,7 @@ class Cache(object): return self._db[subject_id].keys() def receivers(self, subject_id): + """ Another name just to make it more logic in the IdP scenario """ return self.entities(subject_id) def active(self, subject_id, entity_id):