From 7607fe922fd397f9dac58d6bc4c8bef583b947a6 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 24 Sep 2021 18:52:08 +0200 Subject: [PATCH] [3.2.x] Removed obsolete GEOS 3.5 requirement note. Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b. Backport of 8036b53de61f16098a2f22c50621987182bdfaed from main --- docs/ref/contrib/gis/geos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 1bca37824a..f3e2541a43 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -803,7 +803,7 @@ Geometry Collections .. attribute:: closed - Returns ``True`` if and only if all elements are closed. Requires GEOS 3.5. + Returns ``True`` if and only if all elements are closed. ``MultiPolygon`` ----------------