diff options
-rw-r--r-- | paramiko/sftp_handle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_handle.py b/paramiko/sftp_handle.py index bcb4bcba..2d2e621c 100644 --- a/paramiko/sftp_handle.py +++ b/paramiko/sftp_handle.py @@ -43,7 +43,7 @@ class SFTPHandle (ClosingContextManager): is open in append mode. :param int flags: optional flags as passed to - `.SFTPServerInterface.open` + `.SFTPServerInterface.open` """ self.__flags = flags self.__name = None |