Skip to content

Commit b31e11b

Browse files
authored
Update src/requests/sessions.py
1 parent 0ad5539 commit b31e11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/requests/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ def __init__(self):
420420
#: presented by the server, and will ignore hostname mismatches and/or
421421
#: expired certificates, which will make your application vulnerable to
422422
#: man-in-the-middle (MitM) attacks.
423+
#: Only set this to `False` for testing.
423424
#: If verify is set to a string, it must be the path to a CA bundle file
424425
#: that will be used to verify the TLS certificate.
425-
#: Only set this to `False` for testing.
426426
self.verify = True
427427

428428
#: SSL client certificate default, if String, path to ssl client

0 commit comments

Comments
 (0)