Skip to content

Commit da87fd9

Browse files
authored
docs: correct docs for LoadJobConfig.destination_table_description (#810)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #811.
1 parent eef6c8e commit da87fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/job/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def destination_encryption_configuration(self, value):
170170

171171
@property
172172
def destination_table_description(self):
173-
"""Optional[str]: Name given to destination table.
173+
"""Optional[str]: Description of the destination table.
174174
175175
See:
176176
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#DestinationTableProperties.FIELDS.description

0 commit comments

Comments
 (0)