From 9320c454acabea3217f23dc1b520abe285b8a980 Mon Sep 17 00:00:00 2001 From: MarieS-WiMLDS <79304610+MarieS-WiMLDS@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:25:29 +0100 Subject: [PATCH] Update examples/getting_started/plot_quick_start.py Co-authored-by: Sylvain Combettes <48064216+sylvaincom@users.noreply.github.com> --- examples/getting_started/plot_quick_start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting_started/plot_quick_start.py b/examples/getting_started/plot_quick_start.py index bf917c57f..ed8456469 100644 --- a/examples/getting_started/plot_quick_start.py +++ b/examples/getting_started/plot_quick_start.py @@ -74,7 +74,7 @@ # Cleanup the project # ------------------- # -# Let's clean the skore project to avoid conflict with other examples. +# Let's clear the skore project (to avoid any conflict with other documentation examples). # %% my_project.clear()