summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/sftp_file.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py
index 36d6772f..51c7d078 100644
--- a/paramiko/sftp_file.py
+++ b/paramiko/sftp_file.py
@@ -76,7 +76,7 @@ class SFTPFile (BufferedFile):
@see: L{Channel.settimeout}
@param timeout: seconds to wait for a pending read/write operation
- before raising C{socket.timeout}, or C{None} for no timeout
+ before raising C{socket.timeout}, or C{None} for no timeout
@type timeout: float
"""
self.sftp.sock.settimeout(timeout)
@@ -98,7 +98,7 @@ class SFTPFile (BufferedFile):
@see: L{Channel.setblocking}
@param blocking: 0 to set non-blocking mode; non-0 to set blocking
- mode.
+ mode.
@type blocking: int
"""
self.sftp.sock.setblocking(blocking)
diff --git a/setup.py b/setup.py
index a6ce7281..89d43bd7 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ setup(name = "paramiko",
download_url = 'http://www.lag.net/paramiko/download/paramiko-1.3.1.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
- classifiers = [ 'Development Status :: 3 - Alpha',
+ classifiers = [ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',