Skip to content

Commit 05263a1

Browse files
authored
typo (#2944)
1 parent 6089a99 commit 05263a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/forecasting/_tvp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TVPForecaster(BaseForecaster):
2525
Parameters
2626
----------
2727
window : int
28-
Number of autoregressive lags to use, called window to co-ordinate with
28+
Number of autoregressive lags to use, called window to coordinate with
2929
RegressionForecaster.
3030
var : float, default=0.01
3131
Observation noise variance. ``var`` controls the influence of recency in the

0 commit comments

Comments
 (0)