fix doc typo
This commit is contained in:
Robey Pointer 2006-04-12 02:37:40 -07:00
parent f765980313
commit 37dd98bc61
1 changed files with 2 additions and 2 deletions

View File

@ -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()