Skip to content

Commit

Permalink
Fixed a typo in docstring (#2236)
Browse files Browse the repository at this point in the history
fixed typo in 'BigQueryExtractTask'
  • Loading branch information
gmedinak authored and dlstadther committed Sep 22, 2017
1 parent 4bc00ca commit 1bf86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luigi/contrib/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ class BigQueryExtractTask(luigi.Task):
Extracts (unloads) a table from BigQuery to GCS.
This tasks requires the input to be exactly one BigQueryTarget while the
output should be one or more GCSTargets from luigi.contrib.gcs depening on
output should be one or more GCSTargets from luigi.contrib.gcs depending on
the use of destinationUris property.
"""
@property
Expand Down

0 comments on commit 1bf86d2

Please sign in to comment.