From dd128564cd1382e2da8530aaa1b1cb22413b9fc6 Mon Sep 17 00:00:00 2001 From: Gustavo Camargo <117315133+gcamargo2@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:26:54 -0500 Subject: [PATCH] Fix typo in introduction.ipynb --- docs/source/user_guide/clean/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/clean/introduction.ipynb b/docs/source/user_guide/clean/introduction.ipynb index a7669d413..7912a9838 100644 --- a/docs/source/user_guide/clean/introduction.ipynb +++ b/docs/source/user_guide/clean/introduction.ipynb @@ -56,7 +56,7 @@ " * [Dates and Times](clean_date.ipynb)\n", " * [Duplicate Values](clean_duplication.ipynb)\n", " * [Email Addresses](clean_email.ipynb)\n", - " * [Geographic Goordinates](clean_lat_long.ipynb)\n", + " * [Geographic Coordinates](clean_lat_long.ipynb)\n", " * [IP Addresses](clean_ip.ipynb)\n", " * [Phone Numbers](clean_phone.ipynb)\n", " * [Text](clean_text.ipynb)\n",