Skip to content

Commit b1620bf

Browse files
authored
BigQuery: fix datetitme typo in list_jobs docstring (#5433)
1 parent 52dc9df commit b1620bf

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
@@ -693,7 +693,7 @@ def list_jobs(
693693
* ``"running"``
694694
retry (google.api_core.retry.Retry, optional):
695695
How to retry the RPC.
696-
min_creation_time (datetitme.datetime, optional):
696+
min_creation_time (datetime.datetime, optional):
697697
Min value for job creation time. If set, only jobs created
698698
after or at this timestamp are returned. If the datetime has
699699
no time zone assumes UTC time.

0 commit comments

Comments
 (0)