summaryrefslogtreecommitdiff
path: root/paramiko/sftp_file.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-05 23:09:00 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-05 23:09:00 -0700
commitd285b80ecb6102b0ad501b74d02e04d61e8ec632 (patch)
treefc11c1a6ad2dffee45361949ffe70993059093e5 /paramiko/sftp_file.py
parent9dadca814288a5c8bb4f5ccd186d854d576e3816 (diff)
downloadparamiko-d285b80ecb6102b0ad501b74d02e04d61e8ec632.tar.gz
No idea how this fancy quote got in here or why it wasn't causing barfs prior
Diffstat (limited to 'paramiko/sftp_file.py')
-rw-r--r--paramiko/sftp_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py
index 63ababdb..337cdbeb 100644
--- a/paramiko/sftp_file.py
+++ b/paramiko/sftp_file.py
@@ -252,7 +252,7 @@ class SFTPFile (BufferedFile):
def seek(self, offset, whence=0):
"""
- Set the file’s current position.
+ Set the file's current position.
See `file.seek` for details.
"""