This is an automated email from the ASF dual-hosted git repository.

boyuanz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 3772902  Fix RestrictionTracker docstring
     new 69bb363  Merge pull request #8999 from boyuanzz/doc_fix
3772902 is described below

commit 3772902178da3a1178ce53af68594b6e622f1af3
Author: Boyuan Zhang <boyu...@google.com>
AuthorDate: Wed Jul 3 10:54:02 2019 -0700

    Fix RestrictionTracker docstring
---
 sdks/python/apache_beam/io/iobase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/iobase.py 
b/sdks/python/apache_beam/io/iobase.py
index c7cb987..79c3706 100644
--- a/sdks/python/apache_beam/io/iobase.py
+++ b/sdks/python/apache_beam/io/iobase.py
@@ -436,7 +436,7 @@ class RangeTracker(object):
 
     Returns:
       the approximate fraction of positions that have been consumed by
-      successful 'try_split()' and  'report_current_position()'  calls, or
+      successful 'try_split()' and  'try_claim()'  calls, or
       0.0 if no such calls have happened.
     """
     raise NotImplementedError

Reply via email to