Skip to content

Commit 3ac8276

Browse files
committed
More documentation tweaks from @rianhunter.
1 parent a96e600 commit 3ac8276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dropbox/dropbox.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)