From 1a32d2b4efa39a96bef157a18178cf0543ab935d Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 12 Dec 2004 09:32:17 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-127] doc fixups fix some typos in sftp_client docs --- paramiko/sftp_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py index 7535711..6ddd157 100644 --- a/paramiko/sftp_client.py +++ b/paramiko/sftp_client.py @@ -59,9 +59,9 @@ class SFTPClient (BaseSFTP): @param t: an open L{Transport} which is already authenticated. @type t: L{Transport} - @return: a new L{SFTP} object, referring to an sftp session (channel) - across the transport. - @rtype: L{SFTP} + @return: a new L{SFTPClient} object, referring to an sftp session + (channel) across the transport. + @rtype: L{SFTPClient} """ chan = t.open_session() if chan is None: