Skip to content

Commit c789f15

Browse files
Fix typo in docstring.
1 parent cd97e1f commit c789f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/authn_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, settings, force_authn=False, is_passive=False, set_nameid_pol
2727
Constructs the AuthnRequest object.
2828
2929
:param settings: OSetting data
30-
:type return_to: OneLogin_Saml2_Settings
30+
:type settings: OneLogin_Saml2_Settings
3131
3232
:param force_authn: Optional argument. When true the AuthNRequest will set the ForceAuthn='true'.
3333
:type force_authn: bool

0 commit comments

Comments
 (0)