Skip to content

Commit ce7a63f

Browse files
committed
Fix missing backtick in docstring
1 parent 7f5f933 commit ce7a63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ def handler(key_file=None, cert_file=None, timeout=None, verify=False, context=N
15141514
:param `verify`: Set to False to disable SSL verification on https connections.
15151515
:type verify: ``Boolean``
15161516
:param `context`: The SSLContext that can is used with the HTTPSConnection when verify=True is enabled and context is specified
1517-
:type context: ``SSLContext`
1517+
:type context: ``SSLContext``
15181518
"""
15191519

15201520
def connect(scheme, host, port):

0 commit comments

Comments
 (0)