Commit e0900707 authored by Sergey Fedoseev's avatar Sergey Fedoseev
Browse files

Fixed a typo in docs/ref/contrib/gis/geos.txt.

parent 3738e4ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,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.