Skip to content

Commit ec5ac00

Browse files
auth: fix docstring
Fixed small docstring mismatch
1 parent d737062 commit ec5ac00

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
@@ -42,8 +42,8 @@ def __init__(self, request_data, old_settings=None, custom_base_path=None):
4242
:param request_data: Request Data
4343
:type request_data: dict
4444
45-
:param settings: Optional. SAML Toolkit Settings
46-
:type settings: dict
45+
:param old_settings: Optional. SAML Toolkit Settings
46+
:type old_settings: dict
4747
4848
:param custom_base_path: Optional. Path where are stored the settings file and the cert folder
4949
:type custom_base_path: string

0 commit comments

Comments
 (0)