summaryrefslogtreecommitdiff
path: root/paramiko/file.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-24 10:26:33 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-24 10:26:33 -0700
commitc7c1a24e3023a45cf6713e553c176e42a71a6d3d (patch)
treedeeea0a8788ec99b3089dd6f19a17f028b231eaa /paramiko/file.py
parent6f4c159b052eae52def9fde0ddcbb7c864ef6592 (diff)
downloadparamiko-c7c1a24e3023a45cf6713e553c176e42a71a6d3d.tar.gz
Fix some trailing whitespace
Diffstat (limited to 'paramiko/file.py')
-rw-r--r--paramiko/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/file.py b/paramiko/file.py
index 856cc101..3ebcfa39 100644
--- a/paramiko/file.py
+++ b/paramiko/file.py
@@ -124,7 +124,7 @@ class BufferedFile (object):
file first). If the ``size`` argument is negative or omitted, read all
the remaining data in the file.
- .. note::
+ .. note::
``'b'`` mode flag is ignored (``self.FLAG_BINARY`` in
``self._flags``), because SSH treats all files as binary, since we
have no idea what encoding the file is in, or even if the file is