Skip to content

Commit 350e6e2

Browse files
committed
Last doc tweak.
1 parent 3ac8276 commit 350e6e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dropbox/dropbox.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@ def request_json_object(self,
293293
the argument for the route.
294294
:param request_binary: String or file pointer representing the binary
295295
payload. Use None if there is no binary payload.
296-
:param Optional[float] timeout: Maximum duration in seconds that
297-
client will wait when receiving data from server. After the timeout
298-
the client will give up on connection. If `None`, client will
299-
wait forever. Defaults to `None`.
300296
:param Optional[float] timeout: Maximum duration in seconds
301297
that client will wait for any single packet from the
302298
server. After the timeout the client will give up on

0 commit comments

Comments
 (0)