fix docs
This commit is contained in:
Robey Pointer 2006-04-12 13:57:53 -07:00
parent 6e2f3b6548
commit d965f00563
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class SFTPFile (BufferedFile):
@param chunks: a list of (offset, length) tuples indicating which
sections of the file to read
@ptype chunks: list(tuple(long, int))
@type chunks: list(tuple(long, int))
@return: a list of blocks read, in the same order as in C{chunks}
@rtype: list(str)