diff --git a/paramiko/sftp_server.py b/paramiko/sftp_server.py index 9cc0550..5905843 100644 --- a/paramiko/sftp_server.py +++ b/paramiko/sftp_server.py @@ -106,7 +106,7 @@ class SFTPServer (BaseSFTP, SubsystemHandler): def convert_errno(e): """ - Convert an errno value (as from an C{OSError} or C{IOError} into a + Convert an errno value (as from an C{OSError} or C{IOError}) into a standard SFTP result code. This is a convenience function for trapping exceptions in server code and returning an appropriate result.