fix doc typo
This commit is contained in:
parent
f765980313
commit
37dd98bc61
|
@ -118,8 +118,8 @@ class BufferedPipe (object):
|
||||||
@return: data
|
@return: data
|
||||||
@rtype: str
|
@rtype: str
|
||||||
|
|
||||||
@raise PipeTimeout: if a timeout was set via L{settimeout} and no
|
@raise PipeTimeout: if a timeout was specified and no data was ready
|
||||||
data was ready before that timeout
|
before that timeout
|
||||||
"""
|
"""
|
||||||
out = ''
|
out = ''
|
||||||
self._lock.acquire()
|
self._lock.acquire()
|
||||||
|
|
Loading…
Reference in New Issue