Skip to content

Commit 416be2e

Browse files
committed
DOC: Fix small typo in unit root testing example
Fix typo about null of adfuller closes statsmodels#4764 [skip ci]
1 parent 3261eea commit 416be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebooks/tsa_arma_0.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
"cell_type": "markdown",
542542
"metadata": {},
543543
"source": [
544-
"P-value of the unit-root test, resoundly rejects the null of no unit-root."
544+
"P-value of the unit-root test, resoundingly rejects the null of a unit-root."
545545
]
546546
},
547547
{

0 commit comments

Comments
 (0)