fix ISFTPServer.openFile documentation

This commit is contained in:
Mike Mattice 2019-07-25 11:40:00 -07:00
parent 3df6f5cb85
commit c7b43bc090
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class ISFTPServer(Interface):
@param filename: a string representing the file to open.
@param flags: an integer of the flags to open the file with, ORed together.
The flags and their values are listed at the bottom of this file.
The flags and their values are listed at the bottom of L{twisted.conch.ssh.filetransfer} as FXF_*.
@param attrs: a list of attributes to open the file with. It is a
dictionary, consisting of 0 or more keys. The possible keys are::