summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Joseph <ajosephau@users.noreply.github.com>2024-11-06 18:52:48 +1100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-14 11:36:44 +0100
commit512a2bad0574a3748cb2f141a761a286a67f0ae9 (patch)
tree7f98ff1d880f6a8579da4e19a070816bb9fc19f3 /docs
parentda2432cccae841f0d7629f17a5d79ec47ed7b7cb (diff)
Removed misleading list of tested OS in GEOS API docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt3
1 files changed, 1 insertions, 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: