fix typo in doc
This commit is contained in:
parent
2de86653c7
commit
8aa2131e28
|
@ -106,7 +106,7 @@ class SFTPServer (BaseSFTP, SubsystemHandler):
|
||||||
|
|
||||||
def convert_errno(e):
|
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
|
standard SFTP result code. This is a convenience function for trapping
|
||||||
exceptions in server code and returning an appropriate result.
|
exceptions in server code and returning an appropriate result.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue