Skip to content

Commit 9144d09

Browse files
authored
Fix line length
Fix line length issue on timeout_ms parameter.
1 parent 91371d5 commit 9144d09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bigquery/google/cloud/bigquery/query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ def fetch_data(self, max_results=None, page_token=None, start_index=None,
383383
384384
:type timeout_ms: int
385385
:param timeout_ms:
386-
(Optional) timeout, in milliseconds, to wait for request to complete
386+
(Optional) timeout, in milliseconds, to wait for http request
387+
to complete
387388
388389
:type client: :class:`~google.cloud.bigquery.client.Client` or
389390
``NoneType``

0 commit comments

Comments
 (0)