Skip to content

Commit 33ed620

Browse files
committed
Merge pull request #8 from mehcode/issue-7
Correct a typo
2 parents 8e748a5 + d866656 commit 33ed620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saml/schema/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ def deserialize(cls, xml):
446446

447447
@classmethod
448448
def fromstring(cls, text):
449-
return cls.deserialized(etree.XML(text))
449+
return cls.deserialize(etree.XML(text))

0 commit comments

Comments
 (0)