Skip to content

Commit e35150b

Browse files
authored
Fix docstring of get_attribute method
1 parent 484f381 commit e35150b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def get_attribute(self, name):
315315
:param name: Name of the attribute
316316
:type name: string
317317
318-
:returns: Attribute value if exists or []
318+
:returns: Attribute value if exists or None
319319
:rtype: string
320320
"""
321321
assert isinstance(name, basestring)

0 commit comments

Comments
 (0)