Skip to content

Commit e4baccb

Browse files
committed
Fixes doc typo
1 parent 20126a8 commit e4baccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating a client instance with environmental variables set:
3737
import SoftLayer
3838
client = SoftLayer.Client()
3939

40-
Below is an example of creating a client instance with more options. This will create a client with the private API endpoint (only accessable from the SoftLayer network) and a timeout of 2 minutes.
40+
Below is an example of creating a client instance with more options. This will create a client with the private API endpoint (only accessable from the SoftLayer network) and a timeout of 4 minutes.
4141
::
4242

4343
client = SoftLayer.Client(

0 commit comments

Comments
 (0)