You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/03/21 01:24:47 UTC

[sedona] branch master updated: [DOCS] Fix to v1.4.0 release docs (#803)

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 57bd2bf1 [DOCS] Fix to v1.4.0 release docs (#803)
57bd2bf1 is described below

commit 57bd2bf12a7d1e55fc3790a16ff4c49ac5e2c500
Author: Dane Springmeyer <da...@gmail.com>
AuthorDate: Mon Mar 20 18:24:41 2023 -0700

    [DOCS] Fix to v1.4.0 release docs (#803)
    
    Co-authored-by: Dane Springmeyer <da...@mapbox.com>
---
 docs/setup/release-notes.md        | 2 +-
 docs/tutorial/geopandas-shapely.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/setup/release-notes.md b/docs/setup/release-notes.md
index 8e6eb3f0..69fc9edb 100644
--- a/docs/setup/release-notes.md
+++ b/docs/setup/release-notes.md
@@ -2,7 +2,7 @@
 	Support of Spark 2.X and Scala 2.11 was removed in Sedona 1.3.0+ although some parts of the source code might still be compatible. Sedona 1.3.0+ releases binary for both Scala 2.12 and 2.13.
 
 !!!danger
-	Sedona Python currently only works with Shapely 1.x. If you use GeoPandas, please use <= GeoPandas `0.11.1`. GeoPandas > 0.11.1 will automatically installe Shapely 2.0. If you use Shapely, please use <= `1.8.4`.
+	Sedona Python currently only works with Shapely 1.x. If you use GeoPandas, please use <= GeoPandas `0.11.1`. GeoPandas > 0.11.1 will automatically install Shapely 2.0. If you use Shapely, please use <= `1.8.4`.
 
 ## Sedona 1.4.0
 
diff --git a/docs/tutorial/geopandas-shapely.md b/docs/tutorial/geopandas-shapely.md
index 96f9774b..1e9adad0 100644
--- a/docs/tutorial/geopandas-shapely.md
+++ b/docs/tutorial/geopandas-shapely.md
@@ -1,7 +1,7 @@
 # Work with GeoPandas and Shapely
 
 !!!danger
-	Sedona Python currently only works with Shapely 1.x. If you use GeoPandas, please use <= GeoPandas `0.11.1`. GeoPandas > 0.11.1 will automatically installe Shapely 2.0. If you use Shapely, please use <= `1.8.4`.
+	Sedona Python currently only works with Shapely 1.x. If you use GeoPandas, please use <= GeoPandas `0.11.1`. GeoPandas > 0.11.1 will automatically install Shapely 2.0. If you use Shapely, please use <= `1.8.4`.
 
 ## Interoperate with GeoPandas