Skip to content

[DOC] Fix typos across the docs#904

Merged
fkiraly merged 4 commits into
sktime:mainfrom
Ahmed-Zahran02:fix-typos
Mar 14, 2026
Merged

[DOC] Fix typos across the docs#904
fkiraly merged 4 commits into
sktime:mainfrom
Ahmed-Zahran02:fix-typos

Conversation

@Ahmed-Zahran02
Copy link
Copy Markdown
Contributor

Reference Issues/PRs

fixes #903

What does this implement/fix? Explain your changes.

Fix typos in skpro/skpro.

Copilot AI review requested due to automatic review settings March 14, 2026 09:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #903 by correcting typos in docstrings/comments across the core skpro package, reducing potential confusion for users and contributors reading inline documentation.

Changes:

  • Fixes spelling/typos in test utility documentation and multiple estimator/distribution docstrings.
  • Corrects repeated misspellings like “probabilites”, “distirbutions”, and similar documentation-only errors.
  • Minor wording cleanup in distribution/regression module comments.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skpro/tests/test_switch.py Fixes typo in Condition 5 description for test-switch logic.
skpro/regression/multiquantile.py Corrects comment typo (“empirical”).
skpro/regression/linear/_glm.py Fixes docstring typos; one remaining grammar issue noted in review comment.
skpro/regression/binned/_sklearn_bin_regressor.py Fixes multiple “probabilit*” typos in class docstring.
skpro/regression/bayesian/_linear_conjugate.py Fixes typo in initializer docstring (“coefficient”).
skpro/distributions/zeroinflated.py Fixes comment typo (“continuous”).
skpro/distributions/trafo/_transformed.py Fixes typo in comment (“discrete”).
skpro/distributions/meanscale.py Fixes typo in class docstring (“distributions”).
skpro/datatypes/_table/_examples.py Fixes typo in module docstring (“the”).
skpro/datatypes/_proba/_examples.py Fixes typo in module docstring (“the”).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +211 to 212
If the link function is also explicitly mentioned then include then
that must be passed to the family/distribution object.
Copy link
Copy Markdown
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@fkiraly fkiraly changed the title Fix typos in skpro main directory [ENH] Fix typos across the codebase Mar 14, 2026
@fkiraly fkiraly added the documentation Documentation & tutorials label Mar 14, 2026
@fkiraly fkiraly changed the title [ENH] Fix typos across the codebase [DOC] Fix typos across the codebase docs Mar 14, 2026
@fkiraly fkiraly changed the title [DOC] Fix typos across the codebase docs [DOC] Fix typos across the docs Mar 14, 2026
@fkiraly fkiraly merged commit a8a344b into sktime:main Mar 14, 2026
42 of 43 checks passed
@Ahmed-Zahran02 Ahmed-Zahran02 deleted the fix-typos branch March 14, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation & tutorials

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Fix typos in skpro main directory

3 participants