diff options
author | Robey Pointer <robey@lag.net> | 2006-04-12 13:57:53 -0700 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-04-12 13:57:53 -0700 |
commit | d965f00563ef23dc3b105c3d1272075ec18c01af (patch) | |
tree | 0066ca6503b73a237771795cf8b5d4b9334a3fbc | |
parent | 6e2f3b6548f0d42582906b869760e91f0045d20b (diff) |
[project @ robey@lag.net-20060412205753-e6c5d195a51fc389]
fix docs
-rw-r--r-- | paramiko/sftp_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py index a56b148a..e30cd38b 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) |