Skip to content

Commit 83b7d92

Browse files
committed
fix a typo
1 parent 970be0b commit 83b7d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/test_anywidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def test_widget_row_count_should_respect_max_results_on_creation(
533533
page_size=widget.page_size, max_results=max_results
534534
)
535535

536-
# Re-apply thelogic to update row_count
536+
# Re-apply the logic to update row_count
537537
if isinstance(widget._batches, PandasBatches):
538538
widget.row_count = widget._batches.total_rows or 0
539539

0 commit comments

Comments
 (0)