Changeset - e39fb661998b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-05-22 22:46:51
marcin@python-works.com
small docstring fixes
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/vcs/subprocessio.py
Show inline comments
 
@@ -234,7 +234,7 @@ class BufferedGenerator():
 
        Iterator might have done reading from underlying source, but the read
 
        chunks might still be available for serving through .next() method.
 

	
 
        @return An Event class instance.
 
        :returns: An Event class instance.
 
        """
 
        return self.worker.EOF
 

	
 
@@ -245,7 +245,7 @@ class BufferedGenerator():
 
        Iterator might have done reading from underlying source, but the read
 
        chunks might still be available for serving through .next() method.
 

	
 
        @return An Bool value.
 
        :returns: An Bool value.
 
        """
 
        return self.worker.EOF.is_set()
 

	
0 comments (0 inline, 0 general)