From ed56ef961555e513b3b848644f2cdda8e62a5b37 Mon Sep 17 00:00:00 2001 From: JulienBacquart <16917004+JulienBacquart@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:17:19 +0200 Subject: [PATCH] Correct typos Small corrections of typos --- docs/tutorials/data.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/data.rst b/docs/tutorials/data.rst index a9ec5f3..5064939 100644 --- a/docs/tutorials/data.rst +++ b/docs/tutorials/data.rst @@ -1,5 +1,5 @@ ######################################################## -Using Highcharts Core for Python with Pandas +Working with Data in Highcharts for Python ######################################################## .. contents:: @@ -8,7 +8,7 @@ Using Highcharts Core for Python with Pandas ------------------- -The **Highcharts for Python Toolkit** is a data *visualizaiton* library. +The **Highcharts for Python Toolkit** is a data *visualization* library. That means that it is designed to let you visualize the data that you or your users are analyzing, rather than to do the analysis itself. But while there are better tools to actually crunch the numbers,