Skip to content

Commit 79db92e

Browse files
authored
Merge pull request #421 from u23a/develop
Update README.md
2 parents 7e35282 + 0fbd782 commit 79db92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The SDK command-line examples require a common set of arguments that specify the
7575
#### Using username/password
7676
```python
7777
import splunklib.client as client
78-
service = client.connect(host=<host_url>, username=<username>, password=<password>, autoLogin=True)
78+
service = client.connect(host=<host_url>, username=<username>, password=<password>, autologin=True)
7979
```
8080

8181
#### Using bearer token

0 commit comments

Comments
 (0)