diff options
author | Robey Pointer <robey@lag.net> | 2006-04-12 02:37:40 -0700 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-04-12 02:37:40 -0700 |
commit | 37dd98bc611e6006ee8403759e2d81c34e239e43 (patch) | |
tree | 386caa95b5e7aff336fdc31002ff4e77cc8cb2c5 | |
parent | f765980313a6a2e6466aa4ddff70a1278462e5aa (diff) |
[project @ robey@lag.net-20060412093740-9fad67f9fbafcd7d]
fix doc typo
-rw-r--r-- | paramiko/buffered_pipe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/buffered_pipe.py b/paramiko/buffered_pipe.py index ab89675f..10b868c5 100644 --- a/paramiko/buffered_pipe.py +++ b/paramiko/buffered_pipe.py @@ -118,8 +118,8 @@ class BufferedPipe (object): @return: data @rtype: str - @raise PipeTimeout: if a timeout was set via L{settimeout} and no - data was ready before that timeout + @raise PipeTimeout: if a timeout was specified and no data was ready + before that timeout """ out = '' self._lock.acquire() |