summaryrefslogtreecommitdiff
path: root/paramiko/sftp_attr.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-21 12:16:11 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-21 12:16:11 -0800
commitf836c98e5c5c859cb9d0189aed51dd5a884ee072 (patch)
treec9e2bf365c9f07d52b129dd32b1108c1c6b327af /paramiko/sftp_attr.py
parentf09b562fa874d3358daa7dfd4ca7f2c8b5d47b68 (diff)
downloadparamiko-f836c98e5c5c859cb9d0189aed51dd5a884ee072.tar.gz
Don't actually need :class: anywhere now
Diffstat (limited to 'paramiko/sftp_attr.py')
-rw-r--r--paramiko/sftp_attr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/sftp_attr.py b/paramiko/sftp_attr.py
index 9eb66b5a..37cdeba7 100644
--- a/paramiko/sftp_attr.py
+++ b/paramiko/sftp_attr.py
@@ -68,8 +68,8 @@ class SFTPAttributes (object):
:type obj: object
:param filename: the filename associated with this file.
:type filename: str
- :return: new :class:`.SFTPAttributes` object with the same attribute fields.
- :rtype: :class:`.SFTPAttributes`
+ :return: new `.SFTPAttributes` object with the same attribute fields.
+ :rtype: `.SFTPAttributes`
"""
attr = cls()
attr.st_size = obj.st_size