Skip to content

Commit a91f2df

Browse files
author
Florent
committed
Fixes typo.
1 parent a91b74f commit a91f2df

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
@@ -492,7 +492,7 @@ class MetaDataMD(MetaData):
492492
Handles locally stored metadata, the file format is the text representation
493493
of the Python representation of the metadata.
494494
"""
495-
def __init__(self, onts, attrc, filenamen, **kwargs):
495+
def __init__(self, onts, attrc, filename, **kwargs):
496496
MetaData.__init__(self, onts, attrc, **kwargs)
497497
self.filename = filename
498498

0 commit comments

Comments
 (0)