shorten some lines under 80

This commit is contained in:
Mike Mattice 2019-07-29 10:04:42 -07:00
parent c7b43bc090
commit 454ab69a25
1 changed files with 3 additions and 2 deletions

View File

@ -150,8 +150,9 @@ 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 L{twisted.conch.ssh.filetransfer} as FXF_*.
@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
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::