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