[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-127]

doc fixups
fix some typos in sftp_client docs
This commit is contained in:
Robey Pointer 2004-12-12 09:32:17 +00:00
parent a3971274e8
commit 1a32d2b4ef
1 changed files with 3 additions and 3 deletions

View File

@ -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: