Skip to content

Commit e0ffaf8

Browse files
committed
Fix doc of get_attribute method
1 parent fec59a0 commit e0ffaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/onelogin/saml2/auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ def get_attribute(self, name):
315315
:param name: Name of the attribute
316316
:type name: string
317317
318-
:returns: Attribute value if exists or None
319-
:rtype: string
318+
:returns: Attribute value(s) if exists or None
319+
:rtype: list
320320
"""
321321
assert isinstance(name, basestring)
322322
value = None

0 commit comments

Comments
 (0)