summaryrefslogtreecommitdiff
path: root/paramiko/sftp_client.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 17:07:17 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 17:07:17 -0800
commit0a1371fc577532cc163a2104b0e54ec2676ab661 (patch)
tree74a540bdb2f9babaee85f2989f7b2de4da066dab /paramiko/sftp_client.py
parentdf1b3f0af80d1f609a0588ed0ee13bad758799c7 (diff)
parente3ab8b1de45548f7e9c1fa49e9eac4069cf2346b (diff)
downloadparamiko-0a1371fc577532cc163a2104b0e54ec2676ab661.tar.gz
Merge branch '1.15'
Diffstat (limited to 'paramiko/sftp_client.py')
-rw-r--r--paramiko/sftp_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py
index 6d48e692..55302ffd 100644
--- a/paramiko/sftp_client.py
+++ b/paramiko/sftp_client.py
@@ -600,7 +600,7 @@ class SFTPClient(BaseSFTP, ClosingContextManager):
The SFTP operations use pipelining for speed.
- :param file fl: opened file or file-like object to copy
+ :param fl: opened file or file-like object to copy
:param str remotepath: the destination path on the SFTP server
:param int file_size:
optional size parameter passed to callback. If none is specified,