Commit 12b0d070 authored by Sergey Fedoseev's avatar Sergey Fedoseev Committed by Tim Graham
Browse files

[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.

Backport of e0900707 from master
parent 14146f63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ The normalized version takes the distance as a float between 0 (origin) and 1

Reverse of :meth:`GEOSGeometry.project`.

.. method:: GEOSGeometry:intersection(other)
.. method:: GEOSGeometry.intersection(other)

Returns a :class:`GEOSGeometry` representing the points shared by this
geometry and other.