summaryrefslogtreecommitdiff
path: root/paramiko/sftp_handle.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-21 19:15:36 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-21 19:15:36 -0800
commit9ae62eb47a4f7a20eae90a7296ce0a8ecb4923b9 (patch)
tree0292f4f40813b120ebeb953f51da239b559aee85 /paramiko/sftp_handle.py
parent6d9b28c56c81c2d4eb7452f0d986e4e4ec6c3039 (diff)
downloadparamiko-9ae62eb47a4f7a20eae90a7296ce0a8ecb4923b9.tar.gz
Wow there's a lot of SFTP crap.
Diffstat (limited to 'paramiko/sftp_handle.py')
-rw-r--r--paramiko/sftp_handle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/sftp_handle.py b/paramiko/sftp_handle.py
index 7e1389a2..6965fd65 100644
--- a/paramiko/sftp_handle.py
+++ b/paramiko/sftp_handle.py
@@ -41,7 +41,7 @@ class SFTPHandle (object):
SFTP. If ``flags`` is passed in, it's used to determine if the file
is open in append mode.
- :param flags: optional flags as passed to `SFTPServerInterface.open`
+ :param flags: optional flags as passed to `.SFTPServerInterface.open`
:type flags: int
"""
self.__flags = flags
@@ -149,7 +149,7 @@ class SFTPHandle (object):
def stat(self):
"""
Return an `.SFTPAttributes` object referring to this open file, or an
- error code. This is equivalent to `SFTPServerInterface.stat`, except
+ error code. This is equivalent to `.SFTPServerInterface.stat`, except
it's called on an open file instead of a path.
:return: an attributes object for the given file, or an SFTP error