diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-05 23:09:00 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-05 23:09:00 -0700 |
commit | d285b80ecb6102b0ad501b74d02e04d61e8ec632 (patch) | |
tree | fc11c1a6ad2dffee45361949ffe70993059093e5 | |
parent | 9dadca814288a5c8bb4f5ccd186d854d576e3816 (diff) |
No idea how this fancy quote got in here or why it wasn't causing barfs prior
-rw-r--r-- | paramiko/sftp_file.py | 2 |
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. """ |