Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
Python version update for Python SDK
  • Loading branch information
ashah-splunk committed Mar 20, 2024
1 parent e3bbdd7 commit 6b04077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Expand Up @@ -12,9 +12,9 @@ The Splunk developer platform enables developers to take advantage of the same t

### Requirements

* Python 3.7
* Python 3.7 or 3.9

The Splunk Enterprise SDK for Python has been tested with and v3.7.
The Splunk Enterprise SDK for Python has been tested with Python v3.7 and 3.9.

* Splunk Enterprise

Expand Down
2 changes: 1 addition & 1 deletion python/oneshot.py
Expand Up @@ -36,7 +36,7 @@ def pretty(response):


def main():
usage = "usage: oneshot.py <search>"
usage = "usage: oneshot.py <search>"
opts = utils.parse(sys.argv[1:], {}, ".env", usage=usage)
if len(opts.args) != 1:
utils.error("Search expression required", 2)
Expand Down

0 comments on commit 6b04077

Please sign in to comment.