We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dc9df commit b1620bfCopy full SHA for b1620bf
1 file changed
bigquery/google/cloud/bigquery/client.py
@@ -693,7 +693,7 @@ def list_jobs(
693
* ``"running"``
694
retry (google.api_core.retry.Retry, optional):
695
How to retry the RPC.
696
- min_creation_time (datetitme.datetime, optional):
+ min_creation_time (datetime.datetime, optional):
697
Min value for job creation time. If set, only jobs created
698
after or at this timestamp are returned. If the datetime has
699
no time zone assumes UTC time.
0 commit comments