Skip to content

Commit 63c2ab2

Browse files
committed
polish comment
1 parent 080af57 commit 63c2ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigframes/display/anywidget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ def __init__(self, dataframe: bigframes.dataframe.DataFrame):
8686
# Use total_rwos from batches directly
8787
self.row_count = self._batches.total_rows or 0
8888

89-
# Set page_size after _batches is initialized so observers have
90-
# access to batch data
89+
# Set page_size after _batches is available since traitlets observers
90+
# may depend on _batches being initialized when the change trigger happens
9191
self.page_size = initial_page_size
9292

9393
# Generates the initial HTML table content

0 commit comments

Comments
 (0)