summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Mencl <vladimir.mencl@reannz.co.nz>2021-07-20 14:45:01 +1200
committerGitHub <noreply@github.com>2021-07-20 14:45:01 +1200
commit4f324f53c254f44b268ab90f7a676ec0e8f0129c (patch)
tree61f1e3953f51092040629b23e144493affbd8c95
parent14506c065274cee44eb435338f291f6774cd635d (diff)
downloadpysaml2-4f324f53c254f44b268ab90f7a676ec0e8f0129c.tar.gz
nfc: fix formatting in comment (tab vs spaces) in src/saml2/entity.py
Co-authored-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--src/saml2/entity.py2
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.