This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 06aa6230de [DOCS] Fix typos: `NomalizedDifference` -> 
`NormalizedDifference` (#2434)
06aa6230de is described below

commit 06aa6230dec28b426e564ac9404d37e00073a284
Author: John Bampton <[email protected]>
AuthorDate: Fri Oct 24 04:42:09 2025 +1000

    [DOCS] Fix typos: `NomalizedDifference` -> `NormalizedDifference` (#2434)
---
 docs/usecases/contrib/ApacheSedonaImageFilter.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usecases/contrib/ApacheSedonaImageFilter.ipynb 
b/docs/usecases/contrib/ApacheSedonaImageFilter.ipynb
index 2c03dd11f2..1283cf7475 100644
--- a/docs/usecases/contrib/ApacheSedonaImageFilter.ipynb
+++ b/docs/usecases/contrib/ApacheSedonaImageFilter.ipynb
@@ -277,10 +277,10 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "NomalizedDifference = df.selectExpr(\n",
+    "NormalizedDifference = df.selectExpr(\n",
     "    \"RS_NormalizedDifference(Band1, Band2) as normDiff\"\n",
     ").cache()\n",
-    "NomalizedDifference.show(5)"
+    "NormalizedDifference.show(5)"
    ]
   },
   {

Reply via email to