From a9e9c22f13ba18310cbcf7e515c84ddc75201f39 Mon Sep 17 00:00:00 2001 From: Apipu <80011387@tidlor.com> Date: Mon, 21 Jul 2025 16:05:56 +0700 Subject: [PATCH] docs: typo fix --- docs/interpret/framework.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interpret/framework.ipynb b/docs/interpret/framework.ipynb index fa96f55d8..6b359f944 100644 --- a/docs/interpret/framework.ipynb +++ b/docs/interpret/framework.ipynb @@ -13,7 +13,7 @@ "id": "armed-trustee", "metadata": {}, "source": [ - "The visualizations that power `interpret` use different renderers depending on the environment they are in. In most cases, the package will detect what kind of environment it is in and use the appropriat [renderer](https://github.com/interpretml/interpret/blob/683e632f4122af54eada2e214066de7be75bd7e0/python/interpret-core/interpret/provider/visualize.py#L25). There are times though when you want to forcefully select which one." + "The visualizations that power `interpret` use different renderers depending on the environment they are in. In most cases, the package will detect what kind of environment it is in and use the appropriate [renderer](https://github.com/interpretml/interpret/blob/683e632f4122af54eada2e214066de7be75bd7e0/python/interpret-core/interpret/provider/visualize.py#L25). There are times though when you want to forcefully select which one." ] }, {