Skip to content

Commit df67581

Browse files
committed
Adjust docstring in client.py
1 parent 996e5aa commit df67581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def connect(**kwargs):
345345
:param `password`: The password for the Splunk account.
346346
:type password: ``string``
347347
:param retries: Number of retries for each HTTP connection (optional, the default is 0).
348-
NOTE THAT THIS MAY INCREASE THE NUMBER OF ROUNDTRIP CONNECTIONS TO THE SPLUNK SERVER.
348+
NOTE: THIS MAY INCREASE THE NUMBER OF ROUNDTRIP CONNECTIONS TO THE SPLUNK SERVER.
349349
:type retries: ``int``
350350
:param retryDelay: How long to wait between connection attempts if `retries` > 0 (optional, defaults to 10s).
351351
:type retryDelay: ``int`` (in seconds)

0 commit comments

Comments
 (0)