Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SUKI-O committed Jul 8, 2024
1 parent 96ccee7 commit 4f67823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/whats_new/v0.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Version 0.9
**In Development**

This release include a rename of the package to from ``scikit-learn`` to ``treeple``
The users can replace the previous useage as follows:
The users can replace the previous usage as follows:
``import sktree`` to ``import treeple``
``from sktree import tree`` to ``from treeple import tree``
``from sktree import ...`` to ``from treeple import ...``
Expand Down

0 comments on commit 4f67823

Please sign in to comment.