We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ccf11 commit 321b1e3Copy full SHA for 321b1e3
src/py/mat3ra/api_client/endpoints/__init__.py
@@ -14,7 +14,7 @@ class BaseEndpoint(object):
14
secure (bool): whether to use secure http protocol (https vs http). Defaults to True.
15
16
Attributes:
17
- conn (httplib.Mat3raConnection): Mat3raConnection instance.
+ conn (httplib.Connection): Connection instance.
18
"""
19
20
def __init__(self, host, port, version="2018-10-1", secure=True, **kwargs):
0 commit comments