From 91f35682cbc4a28c6f75570aad5dcc8676b8c653 Mon Sep 17 00:00:00 2001 From: DUSTAN LUGO Date: Fri, 5 Dec 2025 22:54:05 -0600 Subject: [PATCH] Revert "Fix typo in documentation for verify" This reverts commit 3f07f990ac74f1e1691ba17ef8c14007f05846ab. --- src/requests/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests/adapters.py b/src/requests/adapters.py index 670c92767c..523505a02a 100644 --- a/src/requests/adapters.py +++ b/src/requests/adapters.py @@ -387,7 +387,7 @@ def build_connection_pool_key_attributes(self, request, verify, cert=None): ``"cert_reqs"`` will be set * If ``verify`` is a string, (i.e., it is a user-specified trust bundle) ``"ca_certs"`` will be set if the string is not a directory recognized - by :py:func:`os.path.isdir`, otherwise ``"ca_cert_dir"`` will be + by :py:func:`os.path.isdir`, otherwise ``"ca_certs_dir"`` will be set. * If ``"cert"`` is specified, ``"cert_file"`` will always be set. If ``"cert"`` is a tuple with a second item, ``"key_file"`` will also