fix typo in doc
This commit is contained in:
Robey Pointer 2005-12-03 20:29:20 -08:00
parent 2de86653c7
commit 8aa2131e28
1 changed files with 1 additions and 1 deletions

View File

@ -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.