Skip to content

Commit 9f88d8d

Browse files
authored
BigQuery: minor typo (googleapis#4782)
1 parent 7641d04 commit 9f88d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ def list_rows(self, table, selected_fields=None, max_results=None,
12321232
table's rows.
12331233
12341234
:type start_index: int
1235-
:param page_token: (Optional) The zero-based index of the starting
1235+
:param start_index: (Optional) The zero-based index of the starting
12361236
row to read.
12371237
12381238
:type retry: :class:`google.api_core.retry.Retry`

0 commit comments

Comments
 (0)