diff --git a/src/requests/adapters.py b/src/requests/adapters.py index 9a58b16025..6d5951f251 100644 --- a/src/requests/adapters.py +++ b/src/requests/adapters.py @@ -410,7 +410,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_certs_dir"`` will be + by :py:func:`os.path.isdir`, otherwise ``"ca_cert_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