Skip to content

Commit b6f3d64

Browse files
authored
Typo in comment
1 parent d3aa78e commit b6f3d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/mdstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def get_metadata_content(self):
720720
class MetaDataExtern(InMemoryMetaData):
721721
"""
722722
Class that handles metadata store somewhere on the net.
723-
Accessible but HTTP GET.
723+
Accessible by HTTP GET.
724724
"""
725725

726726
def __init__(self, attrc, url=None, security=None, cert=None,

0 commit comments

Comments
 (0)