File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ def request(self,
219219 :param Optional[float] timeout: Maximum duration in seconds
220220 that client will wait for any single packet from the
221221 server. After the timeout the client will give up on
222- connection. If `None`, client will wait forever. Defaults
223- to `None`.
222+ connection. If `None`, will use default timeout set on
223+ Dropbox object. Defaults to `None`.
224224 :return: The route's result.
225225 """
226226 host = route .attrs ['host' ] or 'api'
@@ -300,8 +300,8 @@ def request_json_object(self,
300300 :param Optional[float] timeout: Maximum duration in seconds
301301 that client will wait for any single packet from the
302302 server. After the timeout the client will give up on
303- connection. If `None`, client will wait forever. Defaults
304- to `None`.
303+ connection. If `None`, will use default timeout set on
304+ Dropbox object. Defaults to `None`.
305305 :return: The route's result as a JSON-serializable Python object.
306306 """
307307 serialized_arg = json .dumps (request_arg )
You can’t perform that action at this time.
0 commit comments