From 7f9677d5abe53f210cad1f8762a526e0d98dd716 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 2 Oct 2005 20:12:48 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-63] fix doc typo --- 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 3ccfcd2..4fb0a4b 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 """