diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-01-24 09:16:21 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-01-24 09:16:21 -0800 |
commit | 76d0cf1b985e7ce776c0f716d5c3a4baecab1531 (patch) | |
tree | 5eee671191bdd73e69c6849371765f89bf2d613c /tests/test_sftp.py | |
parent | fd62d87c6f04c5266e73ad50a97d4689f7f1892c (diff) | |
parent | 3ed75f66a19eea3d8812423c1617d1d362e96d6d (diff) |
Merge branch '1.17' into 1.18
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-x | tests/test_sftp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index e4c2c3a3..d3064fff 100755 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -413,7 +413,7 @@ class SFTPTest (unittest.TestCase): def test_A_readline_seek(self): """ create a text file and write a bunch of text into it. then count the lines - in the file, and seek around to retreive particular lines. this should + in the file, and seek around to retrieve particular lines. this should verify that read buffering and 'tell' work well together, and that read buffering is reset on 'seek'. """ |