summaryrefslogtreecommitdiff
path: root/paramiko/file.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-21 15:46:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-21 15:46:58 -0800
commit91c47b17482ccabc64e6448cc0e1d48c38251105 (patch)
treeb24cd24572c9f18d78d75e5058d0d8c32d4e7924 /paramiko/file.py
parent0d0836661266befb03ecfd62c03461c2ccac8814 (diff)
downloadparamiko-91c47b17482ccabc64e6448cc0e1d48c38251105.tar.gz
s/python/Python/, c'mon son!
Diffstat (limited to 'paramiko/file.py')
-rw-r--r--paramiko/file.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/file.py b/paramiko/file.py
index f843f936..2f8499e0 100644
--- a/paramiko/file.py
+++ b/paramiko/file.py
@@ -21,7 +21,7 @@ from cStringIO import StringIO
class BufferedFile (object):
"""
- Reusable base class to implement python-style file buffering around a
+ Reusable base class to implement Python-style file buffering around a
simpler stream.
"""
@@ -344,7 +344,7 @@ class BufferedFile (object):
def xreadlines(self):
"""
Identical to ``iter(f)``. This is a deprecated file interface that
- predates python iterator support.
+ predates Python iterator support.
:return: an iterator.
:rtype: iterator