File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ def _send_request(self, request):
86
86
"""Establishes connection and returns http response based off of request.
87
87
88
88
:param request: HTTPRequest object
89
- :type request: :mod :`tincan.http_request.HTTPRequest`
89
+ :type request: :class :`tincan.http_request.HTTPRequest`
90
90
:returns: LRS Response object
91
- :rtype: :mod :`tincan.lrs_response.LRSResponse`
91
+ :rtype: :class :`tincan.lrs_response.LRSResponse`
92
92
"""
93
93
headers = {"X-Experience-API-Version" : self .version }
94
94
@@ -864,7 +864,7 @@ def get_endpoint_server_root(self):
864
864
"""Parses RemoteLRS object's endpoint and returns its root
865
865
866
866
:return: Root of the RemoteLRS object endpoint
867
- :rtype: str
867
+ :rtype: unicode
868
868
"""
869
869
parsed = urlparse (self ._endpoint )
870
870
root = parsed .scheme + "://" + parsed .hostname
You can’t perform that action at this time.
0 commit comments