diff --git a/google/cloud/bigquery/client.py b/google/cloud/bigquery/client.py index fb772ea11..1200d78f9 100644 --- a/google/cloud/bigquery/client.py +++ b/google/cloud/bigquery/client.py @@ -3230,7 +3230,7 @@ def query( will be ignored if a ``job_id`` is also given. location (Optional[str]): Location where to run the job. Must match the location of the - any table used in the query as well as the destination table. + table used in the query as well as the destination table. project (Optional[str]): Project ID of the project of where to run the job. Defaults to the client's project.