Skip to content

Commit 07ae44d

Browse files
committed
fix lint
1 parent b9a74fe commit 07ae44d

File tree

1 file changed

+1
-1
lines changed
  • bigframes/bigquery/_operations

1 file changed

+1
-1
lines changed

bigframes/bigquery/_operations/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def forecast(
575575
576576
Args:
577577
df (DataFrame):
578-
The dataframe that contains the data that you want to forecast. It could be either a BigFrames Dataframe or
578+
The dataframe that contains the data that you want to forecast. It could be either a BigFrames Dataframe or
579579
a pandas DataFrame. If it's a pandas DataFrame, the global BigQuery session will be used to load the data.
580580
data_col (str):
581581
A str value that specifies the name of the data column. The data column contains the data to forecast.

0 commit comments

Comments
 (0)