Skip to content

Commit 6f6d8b0

Browse files
Typo fix
1 parent 8cb40d0 commit 6f6d8b0

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
@@ -300,7 +300,7 @@ class _BaseService(Context):
300300
class Service(_BaseService):
301301
"""A Pythonic binding to Splunk instances.
302302
303-
A :class:`Service` represents a binding to a Splunk instane on an
303+
A :class:`Service` represents a binding to a Splunk instance on an
304304
HTTP or HTTPS port. It handles the details of authentication, wire
305305
formats, and wraps the REST API endpoints into something more
306306
Pythonic. All of the low-level operations on the instance from

0 commit comments

Comments
 (0)