diff options
author | Robey Pointer <robey@lag.net> | 2005-10-02 20:12:48 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-10-02 20:12:48 +0000 |
commit | 7f9677d5abe53f210cad1f8762a526e0d98dd716 (patch) | |
tree | 72a89b1a7fc4daca22cfd8dba9ed041ee88e0518 | |
parent | 65883e673b6c5d9d287aa496c97659b87e21411d (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-63]
fix doc typo
-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 3ccfcd22..4fb0a4ba 100644 --- a/paramiko/sftp_file.py +++ b/paramiko/sftp_file.py @@ -212,7 +212,7 @@ class SFTPFile (BufferedFile): @param pipelined: C{True} if pipelining should be turned on for this file; C{False} otherwise - #type pipelined: bool + @type pipelined: bool @since: 1.5 """ |