Skip to content

Commit b14e438

Browse files
committed
Fixed readme
1 parent 1fbb515 commit b14e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Using ````parse_remote```` IdP metadata can be obtained and added to the setting
526526
idp_data = OneLogin_Saml2_IdPMetadataParser.parse_remote('https://example.com/auth/saml2/idp/metadata')
527527
``
528528

529-
You can specify a timeout in seconds for metadata retrieval, if not it is not guaranteed that the request will complete
529+
You can specify a timeout in seconds for metadata retrieval, without it is not guaranteed that the request will complete
530530

531531
``
532532
idp_data = OneLogin_Saml2_IdPMetadataParser.parse_remote('https://example.com/auth/saml2/idp/metadata', timeout=5)

0 commit comments

Comments
 (0)