summaryrefslogtreecommitdiff
path: root/paramiko/sftp_attr.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-21 16:37:16 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-21 16:37:16 -0800
commit333dd249b01b059f8ecd887a515dd964bfbf7adb (patch)
tree422b2f23b1230576fefcc19a81d35359a988b7f6 /paramiko/sftp_attr.py
parenta529e93256e300d8d07354d020e68ae7d45bdd45 (diff)
downloadparamiko-333dd249b01b059f8ecd887a515dd964bfbf7adb.tar.gz
Start in on the SFTP section
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 37cdeba7..b8040399 100644
--- a/paramiko/sftp_attr.py
+++ b/paramiko/sftp_attr.py
@@ -26,8 +26,8 @@ class SFTPAttributes (object):
"""
Representation of the attributes of a file (or proxied file) for SFTP in
client or server mode. It attemps to mirror the object returned by
- ``os.stat`` as closely as possible, so it may have the following fields,
- with the same meanings as those returned by an ``os.stat`` object:
+ `os.stat` as closely as possible, so it may have the following fields,
+ with the same meanings as those returned by an `os.stat` object:
- st_size
- st_uid
- st_gid