From 3d981e84aaad8407fc5b32cd09177d8bd536a1e5 Mon Sep 17 00:00:00 2001 From: Julien Barnier Date: Tue, 9 Apr 2024 11:26:07 +0200 Subject: [PATCH] doc: fix typo in introduction notebook --- notebooks/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/introduction.ipynb b/notebooks/introduction.ipynb index 7469c9c..386ab8f 100644 --- a/notebooks/introduction.ipynb +++ b/notebooks/introduction.ipynb @@ -217,7 +217,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Another possibility is to make an another aggregation along the tree branches, this time to compute the frequencies of the different statuses at each node. This can ben done with the `aggregate_cat` function." + "Another possibility is to make another aggregation along the tree branches, this time to compute the frequencies of the different statuses at each node. This can ben done with the `aggregate_cat` function." ] }, {