Skip to content

Commit e978fb8

Browse files
jonassigmavirus24
authored andcommitted
Fix typo in documentation for verify
1 parent 021dc72 commit e978fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def build_connection_pool_key_attributes(self, request, verify, cert=None):
410410
``"cert_reqs"`` will be set
411411
* If ``verify`` is a string, (i.e., it is a user-specified trust bundle)
412412
``"ca_certs"`` will be set if the string is not a directory recognized
413-
by :py:func:`os.path.isdir`, otherwise ``"ca_certs_dir"`` will be
413+
by :py:func:`os.path.isdir`, otherwise ``"ca_cert_dir"`` will be
414414
set.
415415
* If ``"cert"`` is specified, ``"cert_file"`` will always be set. If
416416
``"cert"`` is a tuple with a second item, ``"key_file"`` will also

0 commit comments

Comments
 (0)