-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Typo in documentation, fixed monotonous to monotonic (#5946)
Reference Issues/PRs Fixes issues #5878 What does this implement/fix? Explain your changes. I have addressed the typo in the structure convention. Instead of 'monotonous,' it now correctly states 'monotonic.' I made this adjustment in the section detailing the structure convention for time series objects, specifically in the line: 'obj.index must be monotonous, and one of... I have push just the correct file this time. Does your contribution introduce a new dependency? If yes, which one? No What should a reviewer concentrate their feedback on? Did you add any tests for the change? no Any other comments? no PR checklist - [ ] I've added myself to the [list of contributors](https://github.com/sktime/sktime/blob/main/CONTRIBUTORS.md) with any new badges I've earned :-) - [ ] Optionally, I've added myself and possibly others to the [CODEOWNERS] - [X] The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings. For new estimators - [ ] I've added the estimator to the API reference - in docs/source/api_reference/taskname.rst, follow the pattern. - [ ] I've added one or more illustrative usage examples to the docstring, in a pydocstyle compliant Examples section. - [ ] If the estimator relies on a soft dependency, I've set the python_dependencies tag and ensured dependency isolation, see the [estimator dependencies guide]
- Loading branch information
1 parent
fdb3754
commit 82759af
Showing
1 changed file
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters