Skip to content

Commit 991ad11

Browse files
committed
Fix bigquery table patch parameter docstrings
It looks like there was a mistake in copy-pasting parameter documentation. All the descriptions were for the expiration time.
1 parent c288260 commit 991ad11

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bigquery/google/cloud/bigquery/table.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,14 @@ def patch(self,
555555
``client`` stored on the current dataset.
556556
557557
:type friendly_name: str
558-
:param friendly_name: (Optional) point in time at which the table expires.
558+
:param friendly_name: (Optional) a descriptive name for this table.
559559
560560
:type description: str
561-
:param description: (Optional) point in time at which the table expires.
561+
:param description: (Optional) a description of this table.
562562
563563
:type location: str
564-
:param location: (Optional) point in time at which the table expires.
564+
:param location:
565+
(Optional) the geographic location where the table resides.
565566
566567
:type expires: :class:`datetime.datetime`
567568
:param expires: (Optional) point in time at which the table expires.

0 commit comments

Comments
 (0)