diff options
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r-- | paramiko/transport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 875d50c2..8785d6bb 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -1664,7 +1664,7 @@ class Transport(threading.Thread, ClosingContextManager): dumb wrapper around PAM. This method will block until the authentication succeeds or fails, - peroidically calling the handler asynchronously to get answers to + periodically calling the handler asynchronously to get answers to authentication questions. The handler may be called more than once if the server continues to ask questions. |