From 4f67823774b3a374b6ee4da1096e20176f573b32 Mon Sep 17 00:00:00 2001 From: SUKI Date: Mon, 8 Jul 2024 17:23:22 -0400 Subject: [PATCH] fix typo --- doc/whats_new/v0.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats_new/v0.9.rst b/doc/whats_new/v0.9.rst index e527ef7f2..937f94350 100644 --- a/doc/whats_new/v0.9.rst +++ b/doc/whats_new/v0.9.rst @@ -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 ...``