Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
boxpierece!?
  • Loading branch information
mdruiter authored and bashtage committed Apr 8, 2024
1 parent 2b79ce8 commit bf1b603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/source/release/version0.14.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,11 @@ Merged Pull Requests

The following Pull Requests were merged since the last release:

- :pr:`8129`: ENH: Outlier robust covariance - rebased
- :pr:`8919`: ENH: add MultivariateLS
- :pr:`9029`: Update seasonal.py
- :pr:`9098`: Bump github/codeql-action from 2 to 3
- :pr:`9101`: refactor code to drop constant columns
- :pr:`9106`: MAINT: Explore NumPy 2 compatability
- :pr:`9110`: BLD: Update minimums
- :pr:`9111`: MAINT: Fix future issues in pandas
- :pr:`9112`: Update mins v2
- :pr:`9113`: MAINT: Remove conditions producing warnings
- :pr:`9115`: MAINT: Clean up and silence some warnings
- :pr:`9116`: CI: Update pip pre to 3.12
- :pr:`9117`: edited requirements.txt
- :pr:`9124`: MAINT: Fix future issues due to array shapes
- :pr:`9142`: Fix linting error
Expand Down
2 changes: 1 addition & 1 deletion statsmodels/tsa/exponential_smoothing/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def test_serial_correlation(self, method, lags=None):
Parameters
----------
method : {'ljungbox','boxpierece', None}
method : {'ljungbox', 'boxpierce', None}
The statistical test for serial correlation. If None, an attempt is
made to select an appropriate test.
lags : None, int or array_like
Expand Down

0 comments on commit bf1b603

Please sign in to comment.