From 512a2bad0574a3748cb2f141a761a286a67f0ae9 Mon Sep 17 00:00:00 2001 From: Anthony Joseph Date: Wed, 6 Nov 2024 18:52:48 +1100 Subject: [PATCH] Removed misleading list of tested OS in GEOS API docs. --- docs/ref/contrib/gis/geos.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 8b1ae62c2f..b3825e09c4 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -34,8 +34,7 @@ features include: may be used outside of a Django project/application. In other words, no need to have :envvar:`DJANGO_SETTINGS_MODULE` set or use a database, etc. * Mutability: :class:`GEOSGeometry` objects may be modified. -* Cross-platform and tested; compatible with Windows, Linux, Solaris, and - macOS platforms. +* Cross-platform tested. .. _geos-tutorial: