From 4c4f2498a7817d0a1b4fede07306700053162127 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 21 May 2024 10:19:22 +0200 Subject: [PATCH] docs: typo --- docs/example/plot_featureCollection.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example/plot_featureCollection.ipynb b/docs/example/plot_featureCollection.ipynb index 467480e1..3995018a 100644 --- a/docs/example/plot_featureCollection.ipynb +++ b/docs/example/plot_featureCollection.ipynb @@ -311,7 +311,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## ee.FEatureCollection.geetools.plot_by_properties\n", + "## ee.FeatureCollection.geetools.plot_by_properties\n", "\n", "## Column chart\n", "\n", @@ -449,7 +449,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## ee.FEatureCollection.geetools.plot_hist\n", + "## ee.FeatureCollection.geetools.plot_hist\n", "\n", "The x-axis is defined by value bins for the range of values of a selected property; the y-axis is the number of elements in the given bin." ]