Skip to content

Commit fc96f13

Browse files
committed
Update src/requests/sessions.py
1 parent 63455e7 commit fc96f13

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
@@ -421,9 +421,9 @@ def __init__(self):
421421
#: presented by the server, and will ignore hostname mismatches and/or
422422
#: expired certificates, which will make your application vulnerable to
423423
#: man-in-the-middle (MitM) attacks.
424+
#: Only set this to `False` for testing.
424425
#: If verify is set to a string, it must be the path to a CA bundle file
425426
#: that will be used to verify the TLS certificate.
426-
#: Only set this to `False` for testing.
427427
self.verify = True
428428

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

0 commit comments

Comments
 (0)