Fix bad documentation for SSHAgentClient.request return value
Marco Ricci

Marco Ricci commited on 2024-09-30 15:03:05
Zeige 1 geänderte Dateien mit 2 Einfügungen und 0 Löschungen.

... ...
@@ -335,6 +335,8 @@ class SSHAgentClient:
335 335
             A 2-tuple consisting of the response code and the payload,
336 336
             with all wire framing removed.
337 337
 
338
+            If a response code was passed, then only return the payload.
339
+
338 340
         Raises:
339 341
             EOFError:
340 342
                 The response from the SSH agent is truncated or missing.
341 343