From: Matthew Schinckel Date: Mon, 4 Nov 2013 01:59:24 +0000 (+1030) Subject: Fix documentation typo. X-Git-Tag: v2.1.0~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edf7e5f42062dd8ff65ae05e9bbbc7a3bc3d156a;p=services%2Fpython-requests.git Fix documentation typo. --- diff --git a/requests/adapters.py b/requests/adapters.py index 0adca69..77badc7 100644 --- a/requests/adapters.py +++ b/requests/adapters.py @@ -289,7 +289,7 @@ class HTTPAdapter(BaseAdapter): :param stream: (optional) Whether to stream the request content. :param timeout: (optional) The timeout on the request. :param verify: (optional) Whether to verify SSL certificates. - :param vert: (optional) Any user-provided SSL certificate to be trusted. + :param cert: (optional) Any user-provided SSL certificate to be trusted. :param proxies: (optional) The proxies dictionary to apply to the request. """