diff options
Diffstat (limited to 'src/saml2/entity.py')
-rw-r--r-- | src/saml2/entity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py index 44596272..ad9d2d08 100644 --- a/src/saml2/entity.py +++ b/src/saml2/entity.py @@ -207,7 +207,7 @@ class Entity(HTTPBase): """ Reload metadata configuration. - Load a new metadata configuration as defined by metadata_conf (by + Load a new metadata configuration as defined by metadata_conf (by passing this to Config.load_metadata) and make this entity (as well as subordinate objects with own metadata reference) use the new metadata. |