We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b52c3 commit d5b7212Copy full SHA for d5b7212
SoftLayer/API.py
@@ -45,7 +45,7 @@ class Client(object):
45
:param config_file: A path to a configuration file used to load settings
46
:param user_agent: an optional User Agent to report when making API
47
calls if you wish to bypass the packages built in User Agent string
48
- :param transport: An object that's callable this signature:
+ :param transport: An object that's callable with this signature:
49
transport(SoftLayer.transports.Request)
50
51
Usage:
0 commit comments