From d965f00563ef23dc3b105c3d1272075ec18c01af Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Wed, 12 Apr 2006 13:57:53 -0700 Subject: [PATCH] [project @ robey@lag.net-20060412205753-e6c5d195a51fc389] fix docs --- paramiko/sftp_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py index a56b148..e30cd38 100644 --- a/paramiko/sftp_file.py +++ b/paramiko/sftp_file.py @@ -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)