This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 40883f2 Publishing website 2019/06/06 23:10:13 at commit 5319373
40883f2 is described below
commit 40883f2853a842160212c6b7eb4cadf3ed45cf7d
Author: jenkins <[email protected]>
AuthorDate: Thu Jun 6 23:10:14 2019 +0000
Publishing website 2019/06/06 23:10:13 at commit 5319373
---
.../documentation/io/developing-io-python/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/website/generated-content/documentation/io/developing-io-python/index.html
b/website/generated-content/documentation/io/developing-io-python/index.html
index 0b5b4d4..48f95c5 100644
--- a/website/generated-content/documentation/io/developing-io-python/index.html
+++ b/website/generated-content/documentation/io/developing-io-python/index.html
@@ -610,8 +610,8 @@ a wrapper.</li>
stop_position = self._count
bundle_start = start_position
- while bundle_start < self._count:
- bundle_stop = max(self._count, bundle_start + desired_bundle_size)
+ while bundle_start < self.stop_position:
+ bundle_stop = max(self.stop_position, bundle_start + desired_bundle_size)
yield iobase.SourceBundle(weight=(bundle_stop - bundle_start),
source=self,
start_position=bundle_start,