[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:
parent
a3971274e8
commit
1a32d2b4ef
|
@ -59,9 +59,9 @@ class SFTPClient (BaseSFTP):
|
||||||
|
|
||||||
@param t: an open L{Transport} which is already authenticated.
|
@param t: an open L{Transport} which is already authenticated.
|
||||||
@type t: L{Transport}
|
@type t: L{Transport}
|
||||||
@return: a new L{SFTP} object, referring to an sftp session (channel)
|
@return: a new L{SFTPClient} object, referring to an sftp session
|
||||||
across the transport.
|
(channel) across the transport.
|
||||||
@rtype: L{SFTP}
|
@rtype: L{SFTPClient}
|
||||||
"""
|
"""
|
||||||
chan = t.open_session()
|
chan = t.open_session()
|
||||||
if chan is None:
|
if chan is None:
|
||||||
|
|
Loading…
Reference in New Issue