changeset 3895:e39fb661998b beta

small docstring fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 22:46:51 +0200
parents 9345065b03c0
children 8dae2a288339
files rhodecode/lib/vcs/subprocessio.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/vcs/subprocessio.py	Wed May 22 22:42:16 2013 +0200
+++ b/rhodecode/lib/vcs/subprocessio.py	Wed May 22 22:46:51 2013 +0200
@@ -234,7 +234,7 @@
         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 @@
         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()