summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/sftp_file.py2
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)