From af9f1ee6366bd9b1aea831d75c849de3d94d3944 Mon Sep 17 00:00:00 2001 From: Adam Weiner Date: Wed, 5 Mar 2025 10:44:41 -0500 Subject: [PATCH] add to docstring --- planet/http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planet/http.py b/planet/http.py index c08fb408..e345f2e9 100644 --- a/planet/http.py +++ b/planet/http.py @@ -238,6 +238,7 @@ def __init__( Parameters: auth: Planet server authentication. + read_timeout_secs: Maximum time to wait for data to be received. """ if auth is None: # Try getting credentials from environment before checking