Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Remove new line in documentation comment
Browse files Browse the repository at this point in the history
The newline in the comment caused a space in the generated documentation, breaking the link. Removing the newline should fix the link in the generated doc (see line 146 for an example of this already in the file).
  • Loading branch information
adamread committed Jan 12, 2022
1 parent efdcdbb commit fae2290
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google/cloud/bigquery_datatransfer_v1/types/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ class TransferConfig(proto.Message):
up a data transfer' section for each data
source. For example the parameters for Cloud
Storage transfers are listed here:
https://cloud.google.com/bigquery-
transfer/docs/cloud-storage-transfer#bq
https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
schedule (str):
Data transfer schedule. If the data source does not support
a custom schedule, this should be empty. If it is empty, the
Expand Down

0 comments on commit fae2290

Please sign in to comment.