summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-05-09 00:38:50 +0300
committerGitHub <noreply@github.com>2019-05-09 00:38:50 +0300
commit20de0557af129b3ef9e9f5f82d6a67e822eb2e5f (patch)
tree7e2adeef7173ebff1ca6130d1c2f289edbaab421
parentd3aa78eeb7d37c12688f783cb4db1c7263a14ad6 (diff)
parentb6f3d643e34edf7e11698f081af07df0ba5eae91 (diff)
downloadpysaml2-20de0557af129b3ef9e9f5f82d6a67e822eb2e5f.tar.gz
Merge pull request #614 from liamkinney/patch-1
Typo in comment
-rw-r--r--src/saml2/mdstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/mdstore.py b/src/saml2/mdstore.py
index f5ffbb41..a92414c5 100644
--- a/src/saml2/mdstore.py
+++ b/src/saml2/mdstore.py
@@ -720,7 +720,7 @@ class MetaDataLoader(MetaDataFile):
class MetaDataExtern(InMemoryMetaData):
"""
Class that handles metadata store somewhere on the net.
- Accessible but HTTP GET.
+ Accessible by HTTP GET.
"""
def __init__(self, attrc, url=None, security=None, cert=None,