summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index fda1b5cc3d..536c42f74e 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -730,6 +730,12 @@ Other Properties & Methods
Notice that ``(0, 0)`` is the first and last coordinate -- if they were not
equal, an error would be raised.
+ .. attribute:: is_counterclockwise
+
+ .. versionadded:: 3.1
+
+ Returns whether this ``LinearRing`` is counterclockwise.
+
``Polygon``
-----------