Skip to content

Commit adf424c

Browse files
committed
1 parent 6b7ae71 commit adf424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bigquery-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Patch metadata for a dataset:
9696
>>> from gcloud import bigquery
9797
>>> client = bigquery.Client()
9898
>>> dataset = client.dataset('dataset_name')
99-
>>> one_day_ms = 86400 * 1000
99+
>>> one_day_ms = 24 * 60 * 60 * 1000
100100
>>> dataset.patch(description='Description goes here',
101101
... default_table_expiration_ms=one_day_ms) # API request
102102

0 commit comments

Comments
 (0)