forked from loafle/openapi-generator-original
Update doc string of RESTClientObject#agent method of python client
This commit is contained in:
@@ -69,7 +69,8 @@ class RESTClientObject(object):
|
||||
|
||||
def agent(self, url):
|
||||
"""
|
||||
Return proper pool manager for the http\https schemes.
|
||||
Use `urllib3.util.parse_url` for backward compatibility.
|
||||
Return proper pool manager for the http/https schemes.
|
||||
"""
|
||||
url = urllib3.util.parse_url(url)
|
||||
scheme = url.scheme
|
||||
|
||||
Reference in New Issue
Block a user