Skip to content

Commit ec892b4

Browse files
authored
Merge pull request #763 from partev/patch-1
fix a typo
2 parents 8ff5a5e + be7f0f0 commit ec892b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/univariate_volatility_modeling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"cell_type": "markdown",
402402
"metadata": {},
403403
"source": [
404-
"Volatility processes can be added a a mean model using the `volatility` property. This example adds an ARCH(5) process to model volatility. The arguments `iter` and `disp` are used in `fit()` to suppress estimation output."
404+
"Volatility processes can be added to a mean model using the `volatility` property. This example adds an ARCH(5) process to model volatility. The arguments `iter` and `disp` are used in `fit()` to suppress estimation output."
405405
]
406406
},
407407
{

0 commit comments

Comments
 (0)