Merge "Fix notes which differnt from actual parameters"

This commit is contained in:
Jenkins 2016-08-04 03:09:48 +00:00 committed by Gerrit Code Review
commit 676cea2a21
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class RestClient(object):
certificate validation
:param str ca_certs: File containing the CA Bundle to use in verifying a
TLS server cert
:param str trace_request: Regex to use for specifying logging the entirety
:param str trace_requests: Regex to use for specifying logging the entirety
of the request and response payload
:param str http_timeout: Timeout in seconds to wait for the http request to
return