From b6f3d643e34edf7e11698f081af07df0ba5eae91 Mon Sep 17 00:00:00 2001 From: Liam Kinney <43458325+liamkinney@users.noreply.github.com> Date: Wed, 8 May 2019 12:59:19 -0700 Subject: Typo in comment --- src/saml2/mdstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1