fix doc typo
This commit is contained in:
parent
f765980313
commit
37dd98bc61
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue