We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996e5aa commit df67581Copy full SHA for df67581
splunklib/client.py
@@ -345,7 +345,7 @@ def connect(**kwargs):
345
:param `password`: The password for the Splunk account.
346
:type password: ``string``
347
: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.
+ NOTE: THIS MAY INCREASE THE NUMBER OF ROUNDTRIP CONNECTIONS TO THE SPLUNK SERVER.
349
:type retries: ``int``
350
:param retryDelay: How long to wait between connection attempts if `retries` > 0 (optional, defaults to 10s).
351
:type retryDelay: ``int`` (in seconds)
0 commit comments