Skip to content

Commit

Permalink
Fix doc of get_attribute method
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 8, 2021
1 parent fec59a0 commit e0ffaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onelogin/saml2/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ def get_attribute(self, name):
:param name: Name of the attribute
:type name: string
:returns: Attribute value if exists or None
:rtype: string
:returns: Attribute value(s) if exists or None
:rtype: list
"""
assert isinstance(name, basestring)
value = None
Expand Down

0 comments on commit e0ffaf8

Please sign in to comment.